This commit is contained in:
Daniel
2024-10-24 21:05:37 +03:00
parent 6f31191ea0
commit 795f395d3a

View File

@@ -64,7 +64,6 @@ public class WebSocketFrame {
throw new IOException("Payload too large"); throw new IOException("Payload too large");
} }
// Write payload
out.write(payload); out.write(payload);
out.flush(); out.flush();
} }