Skip to content

Commit 8d0d7f8

Browse files
committed
Small documentation imrpovements
1 parent af97514 commit 8d0d7f8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# WebSocket Actor
33

44
## Authors
5-
Documentation: Andrea Vaccaro - David Grollier
5+
Documentation: Andrea Vaccaro, David Grollier
66
Code: Andrea Vaccaro
77

88
# Description
@@ -19,7 +19,7 @@ A library implementing a high-level actor-based WebSocket communication. An acto
1919

2020
## Example Code
2121

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`
2323

2424
## Note About Terminology
2525

@@ -106,16 +106,16 @@ This is generated within the lifetime of a "WebSocket Server" actor when the TCP
106106
#### 512004: The WebSocket Server is not accepting the definition of any new service.
107107
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.
108108

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.
111111

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.
113113
When launching a "WebSocket Server" actor, the "WebSocket Server Manager" found that a server with the specified listener settings is already running.
114114

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.
116116
When stopping a "WebSocket Server" actor, the "WebSocket Server Manager" found that a server with the specified listener settings is not running.
117117

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.
119119
When adding a "WebSocket Service" to a "WebSocket Server" the "WebSocket Server" actor found that a service with the specified service name already running.
120120

121121
# API

0 commit comments

Comments
 (0)