File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1-
21WebSocket-multiplex
32===================
43
@@ -76,7 +75,7 @@ directory.
7675Protocol
7776--------
7877
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
8079three comma separated parts: _ type_ , _ topic_ and _ payload_ . There are
8180three valid message types:
8281
@@ -87,11 +86,11 @@ three valid message types:
8786Invalid messages like wrong unsubscriptions or publishes to a _ topic_
8887to which a client was not subscribed to are simply ignored.
8988
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
9291messages should be ignored.
9392
9493It'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