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
The frontend should send a message to the backend 10s after the app runs on this commit. and then the message from the frontend should be printed on the server (terminal) console. but on the terminal, unexpected log like below are shown and cannot read a message from frontend.
unexpected log
The frontend should send a message to the backend 10s after the app runs on this commit. and then the message from the frontend should be printed on the server (terminal) console. but on the terminal, unexpected log like below are shown and cannot read a message from frontend.
solutions
message
tomessage.toString("utf-8")
. previous code doesn't work because of new 'ws' versionreference
The text was updated successfully, but these errors were encountered: