Open
Description
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:
[Error] Error: read ECONNRESET
at TLSWrap.onStreamRead (internal/stream_base_commons.js:162:27)
Websocket support is implemented in nodejs http2 module. See @nodejs/node#23284
However, ws
module hasn't implemented it yet. See @websockets/ws#1458
Could you implement it on sc-uws
?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels