We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ab040 commit 02467f6Copy full SHA for 02467f6
tests/overload.py tests/messages.pytests/overload.py renamed to tests/messages.py
@@ -2,14 +2,16 @@
2
from websocket import WebSocketsServer
3
from time import sleep
4
'''
5
-This creates just a server that sends 4 messages on a newly
6
-connected client:
+This creates just a server that will send a different message to every new connection:
7
8
1. A message of length less than 126
9
2. A message of length 126
10
3. A message of length 127
11
4. A message of length bigger than 127
12
- 5. A huge message
+ 5. A message above 1024
+ 6. A message above 65K
13
+ 7. An enormous message (well beyond 65K)
14
+
15
16
Reconnect to get the next message
17
0 commit comments