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
@ayZagen SC has moved away from using sc-uws as the default. It's just too much effort to maintain; each node.js version requires new builds. uWS is an optimization for more advanced users.
I'd prefer to wait for the ws module to add it. Please let me know if you manage to get SC to work with HTTP2. Feel free to post recommendations here.
Hello,
when I try to use http/2 with socketcluster, clients cannot connect to sc with the http error
403
. On the server side I get following error:Websocket support is implemented in nodejs http2 module. See @nodejs/node#23284
However,
ws
module hasn't implemented it yet. See @websockets/ws#1458Could you implement it on
sc-uws
?Thanks.
The text was updated successfully, but these errors were encountered: