-
Notifications
You must be signed in to change notification settings - Fork 10.1k
2.0.2 come across breakchange #2963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm getting the exactly the same issue 👍
When I install |
anyone solve this? or i just lock the version? |
I locked the version to |
Thanks, I could reproduce the issue, I'll try to fix it. |
@darrachequesne What is the plan to fix this. Still broken. |
any progress ? |
I'm getting the exactly the same issue |
Fix released in 2.0.3. |
Uh oh!
There was an error while loading. Please reload this page.
Note: for support questions, please use one of these channels: stackoverflow or slack
You want to:
Current behaviour
Steps to reproduce (if the current behaviour is a bug)
https://github.com/eggjs/egg-socket.io/tree/master/example run this demo
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
no error shows
Setup
Other information (e.g. stacktraces, related issues, suggestions how to fix)
I have check this commit :
2b21690
if I delete this code .It will run ok.
It can't work with this commit, because:
this.server.eio
is undefined!So, what should i do with this issue?
The text was updated successfully, but these errors were encountered: