File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
-
2
1
WebSocket-multiplex
3
2
===================
4
3
@@ -76,7 +75,7 @@ directory.
76
75
Protocol
77
76
--------
78
77
79
- The underlying protocol is quite simple. Each message consists of
78
+ The underlying protocol is quite simple. Each message is a string consisting of
80
79
three comma separated parts: _ type_ , _ topic_ and _ payload_ . There are
81
80
three valid message types:
82
81
@@ -87,11 +86,11 @@ three valid message types:
87
86
Invalid messages like wrong unsubscriptions or publishes to a _ topic_
88
87
to which a client was not subscribed to are simply ignored.
89
88
90
- This protocol assumes that both parties are genrally willing to
91
- copperate and no party can express any kind of errors. All invalid
89
+ This protocol assumes that both parties are generally willing to
90
+ cooperate and that no party makes errors. All invalid
92
91
messages should be ignored.
93
92
94
93
It's important to notice that the namespace is shared between both
95
- parties and it is not a good idea to use the same topic names on the
96
- client and on the server side. Both parties may express a will to
97
- unsubscribe itself or other party from a topic.
94
+ parties. It is not a good idea to use the same topic names on the
95
+ client and on the server side because both parties may unsubscribe
96
+ the other from a topic.
You can’t perform that action at this time.
0 commit comments