File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,18 @@ Both sides
43
43
+------------------------------------+--------+--------+--------+--------+
44
44
| Send a fragmented message | ✅ | ✅ | ✅ | ✅ |
45
45
+------------------------------------+--------+--------+--------+--------+
46
- | Receive a fragmented message frame | ✅ | ✅ | ✅ | ❌ |
46
+ | Receive a fragmented message frame | ✅ | ✅ | — | ❌ |
47
47
| by frame | | | | |
48
48
+------------------------------------+--------+--------+--------+--------+
49
49
| Receive a fragmented message after | ✅ | ✅ | — | ✅ |
50
50
| reassembly | | | | |
51
51
+------------------------------------+--------+--------+--------+--------+
52
+ | Force sending a message as Text or | ✅ | ✅ | — | ❌ |
53
+ | Binary | | | | |
54
+ +------------------------------------+--------+--------+--------+--------+
55
+ | Force receiving a message as | ✅ | ✅ | — | ❌ |
56
+ | :class: `bytes ` or :class: `str ` | | | | |
57
+ +------------------------------------+--------+--------+--------+--------+
52
58
| Send a ping | ✅ | ✅ | ✅ | ✅ |
53
59
+------------------------------------+--------+--------+--------+--------+
54
60
| Respond to pings automatically | ✅ | ✅ | ✅ | ✅ |
You can’t perform that action at this time.
0 commit comments