Skip to content

Commit 37047d5

Browse files
committed
Further small documentation improvement
1 parent 6c855d1 commit 37047d5

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,15 @@ WebSocket Service to the subscriber Actor on four events:
9696

9797
- Drop
9898

99-
For each caller Actor a concrete subclass of the message should be
100-
created by overriding the methods:
99+
For each subscriber Actor a concrete subclass of the message should be created by overriding the methods:
101100

102-
- OnConnect
101+
- "On Connect.vi"
103102

104-
- OnDisconnect
103+
- "On Disconnect.vi"
105104

106-
- OnMessage
105+
- "On Message.vi"
107106

108-
- OnDrop
107+
- "On Drop.vi"
109108

110109
The subscriber actor can program the required action for the
111110
corresponding event.
@@ -278,7 +277,7 @@ actor.
278277
**Timeout ms (5000)** is the timeout to establish the connection to the server. A value of –1 indicates to wait indefinitely.
279278

280279
## Abstract Messages
281-
Abstract messages have private properties that carry useful information to be used when the subscriber actor implementing the Do.vi method to act on the subscriber actor
280+
Abstract messages have private properties that carry useful information to be used when the subscriber actor implementing the Do.vi method ("WebSocket Server-Service Enqueuer Msg" message) or the "On Close.vi", "On Connect.vi", "On Message.vi", "On Drop.vi" ("WebSocket Connection Handler Msg" message) to act on the subscriber actor
282281

283282
### WebSocket Server-Service Enqueuer Msg
284283

0 commit comments

Comments
 (0)