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
{{ message }}
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
The old io.set() and io.get() methods are deprecated and only supported for backwards compatibility. Here is a translation of an old authorization example into middleware-style.
EDIT#1:
I decided to try fixing this, we remove all this configs:
The pomelo socket.io connector is throwing errors trying to connect from another node.js server, using socket.io-client.
Actually i found that:
https://github.com/NetEase/pomelo/blob/master/lib/connectors/sioconnector.js#L59
It's a deprecated method, as you can see on:
https://socket.io/docs/migrating-from-0-9/
EDIT#1:
I decided to try fixing this, we remove all this configs:
And added on the listen connection options:
Actually trying with this new setup and will be sending updates.
The text was updated successfully, but these errors were encountered: