Skip to content

Commit

Permalink
Fix multiplayer connection handshake timeouts (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcnmx authored Jul 18, 2024
1 parent fcd32ea commit e709bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/worlize/websocket/WebSocket.as
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ package com.worlize.websocket
}

socket.writeMultiByte(text, 'us-ascii');
socket.flush();

handshakeTimer.stop();
handshakeTimer.reset();
Expand Down

0 comments on commit e709bae

Please sign in to comment.