Posts by bbbs personal area • 1 point
1 post
-
0
votes0
answers23
viewsQ: Why did I get the "Chat socket closed unexpectedly" exception?
I received the exception "Chat socket closed unexpectedly" in this javascript script: const chatSocket = new WebSocket( 'ws://' + window.location.host + '/ws/chat/' + roomName + '/' );…