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
uws will never ever work with nodejs10. That is because uws does not support openssl 1.1.1.
That is the reason uws works when downgrading to node 8 (openssl 1.0.2).
Since the author has pulled his source out of nodejs repository I doubt there will ever be any support.
I installed the lib via
yarn
and followed instructions to integrate it into my project. However, when I enterremotedev
command I get errors:I tried socketio/engine.io#536 (comment) and electron-react-boilerplate/electron-react-boilerplate#1438 (comment) and SocketCluster/socketcluster#246 (comment) and SocketCluster/socketcluster#246 (comment) but none worked. Is there a way to solve or somehow circumvent this problem?
The text was updated successfully, but these errors were encountered: