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 was archived by the owner on Nov 11, 2018. It is now read-only.
this above debugger never trigger, when I am using telnet 127.0.0.1 8888(I defined port as 8888) to connect socket, But if I change the the ws connection to specify port instead of tv.listener, it works
in index.js, I have add a debugger breakpoint at following lines:
this above debugger never trigger, when I am using
telnet 127.0.0.1 8888(I defined port as 8888) to connect socket, But if I change the the ws connection to specify port instead oftv.listener, it worksNot works on google cloud, but works on my mac