You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
# WebSocket Actor
3
3
4
4
## Authors
5
-
Documentation: Andrea Vaccaro - David Grollier
5
+
Documentation: Andrea Vaccaro, David Grollier
6
6
Code: Andrea Vaccaro
7
7
8
8
# Description
@@ -19,7 +19,7 @@ A library implementing a high-level actor-based WebSocket communication. An acto
19
19
20
20
## Example Code
21
21
22
-
Look in the example folder for a comprehensive set of code examples covering the full functionality of the library.
22
+
Look in the example folder for a comprehensive set of code examples covering the full functionality of the library. Within the source tree the examples can be found at the path `./Examples`. When installing the VIPM package you will find the examples at the path `(LabVIEW Root Path)/examples/LS Instruments AG/WebSocket-Actor`
23
23
24
24
## Note About Terminology
25
25
@@ -106,16 +106,16 @@ This is generated within the lifetime of a "WebSocket Server" actor when the TCP
106
106
#### 512004: The WebSocket Server is not accepting the definition of any new service.
107
107
In case one tries to add a service to a "WebSocket Server" actor that stopped accepting the addition of new services (see Error 512003) this error is generated and forwarded to the subscriber of the "WebSocket Server" actor.
108
108
109
-
### Errors
110
-
The following error, when triggered, are reported to the subscriber by means of the concrete implementation of the "WebSocket Server-Service Enqueuer Msg.lvclass" abstract message.
109
+
### Other Errors
110
+
The following errors, when triggered, are reported to the subscriber by means of the concrete implementation of the "WebSocket Server-Service Enqueuer Msg.lvclass" abstract message.
111
111
112
-
#### 512005" The WebSocket Server Manager cannot launch the specified WebSocket Server. Server already running.
112
+
#### 512005: The WebSocket Server Manager cannot launch the specified WebSocket Server. Server already running.
113
113
When launching a "WebSocket Server" actor, the "WebSocket Server Manager" found that a server with the specified listener settings is already running.
114
114
115
-
#### 512006" The WebSocket Server Manager cannot stop the specified WebSocket Server. Server not running.
115
+
#### 512006: The WebSocket Server Manager cannot stop the specified WebSocket Server. Server not running.
116
116
When stopping a "WebSocket Server" actor, the "WebSocket Server Manager" found that a server with the specified listener settings is not running.
117
117
118
-
#### 512007" The WebSocket Server cannot add the specified WebSocket Service. Service already running.
118
+
#### 512007: The WebSocket Server cannot add the specified WebSocket Service. Service already running.
119
119
When adding a "WebSocket Service" to a "WebSocket Server" the "WebSocket Server" actor found that a service with the specified service name already running.
0 commit comments