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
We technically could, but the performance aspect doesn't matter at all in JARVIS. Memory efficiency would be the only benefit.
Personally I'd probably swap to ws for this project since it's a little lighter on the install (no binary) and there's still a lot of performance improvement.
That said, we'd need to add a websocket listener on the client, which Sockette could do.
All in all, this is mostly a yak shaver because we don't really gain anything from it. It's not like JARVIS is powering an application server or something -- then it'd matter 😄
See this issue on why: socketio/engine.io#388
And here how: https://github.com/socketio/engine.io#methods
The text was updated successfully, but these errors were encountered: