Skip to content

kevinwaelkens/socket.io-bug-reproducing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This PR is just in order to reproduce the issue being tackled in socketio/socket.io#3191.

Running this project

API

  • Navigate to api
  • npm i
  • npm start (DEBUG=* npm start for more logging)

Make sure you have nodemon globally installed, or install it locally and add it to the package.json.

Client

  • Navigate to mobile-app
  • npm i
  • npm run ios

Make sure you have Xcode downloaded with simulators installed to run one. The app should get installed on the simulator and the bundler will automatically run.

Now open the freshly installed application and notice there's connections being created in the terminal. However, sending a text message in the client doesn't work.

Notes

  • As far as I can see, Android emulator can't even connect to the socket. Only iOS simulator can.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published