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
2.java server
Exception caught at channel: [id: 0xccdccf27, L:/0:0:0:0:0:0:0:1:9098 ! R:/0:0:0:0:0:0:0:1:61444], not an SSL/TLS record:
How to resolve errors
The text was updated successfully, but these errors were encountered:
1.html code
js: <script src="https://cdn.bootcdn.net/ajax/libs/socket.io/2.4.0/socket.io.js"></script>
function connect() {
var userId = 51;
var opts = {
transports: ['websocket'],
query: 'userId=' + userId
};
var serverWs = "ws://localhost:9098";
2.java server
Exception caught at channel: [id: 0xccdccf27, L:/0:0:0:0:0:0:0:1:9098 ! R:/0:0:0:0:0:0:0:1:61444], not an SSL/TLS record:
How to resolve errors
The text was updated successfully, but these errors were encountered: