You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: for support questions, please use one of these channels: stackoverflow or slack
You want to:
report a bug
request a feature
Current behaviour
We register asynchronous middleware for authentication. After upgrading socket.io from 1.7.4 to 2.0.1, server cannot get the message if client sent it in reconnect event handler.
Steps to reproduce (if the current behaviour is a bug)
Note: for support questions, please use one of these channels: stackoverflow or slack
You want to:
Current behaviour
We register asynchronous middleware for authentication. After upgrading socket.io from 1.7.4 to 2.0.1, server cannot get the message if client sent it in
reconnect
event handler.Steps to reproduce (if the current behaviour is a bug)
Please reference the code: https://github.com/mingc00/socket.io-fiddle
reconnect
event handler.Note: the best way to get a quick answer is to provide a failing test case, by forking the following fiddle for example.
Expected behaviour
In previous version, server should get the message which is sent in client
reconnect
event handler.Setup
Other information (e.g. stacktraces, related issues, suggestions how to fix)
The text was updated successfully, but these errors were encountered: