-
Notifications
You must be signed in to change notification settings - Fork 4
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
WebSocket messages do not occur with a Zone #108
Comments
is this the bug feathersjs-ecosystem/socketio#81 they say zones can't handle socket.io in general. |
Yep, this is true. |
as far as i understand Macrotasks setTimeout requestAnimationFrame we need to implament socket.io here or i use a promis based socket io lib? |
I think the socket.io issue is because they do a recursive setTimeout. Without some heuristic to detect this I'm not sure that's fixable. |
Yes, using |
Current Workaround is
|
If some behavior is completed within a websocket message this needs to be wrapped within the Zone.
The text was updated successfully, but these errors were encountered: