File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ event, (callback) => {
4545tcpClient .emit (data);
4646```
4747
48- //Refer to tcp docs for callback information
4948### Events:
5049 * close
5150 * connect
@@ -54,6 +53,7 @@ tcpClient.emit(data);
5453 * end
5554 * error
5655 * lookup
56+ Refer to tcp docs for callback information
5757
5858### Compatible with normal TCP
5959A Limitless-TCP Client is compatible with a normal TCP server, meaning that you are able to connect to a generic tcp server while using
@@ -129,7 +129,6 @@ let arr: connectedSockets = TCPServer.connectedSockets;
129129let arr: allSockets = TCPServer .allSockets ;
130130```
131131
132- Refer to tcp docs for callback information
133132### Events:
134133 * Server:
135134 * connect
@@ -142,6 +141,7 @@ Refer to tcp docs for callback information
142141 * end
143142 * error
144143 * lookup
144+ Refer to tcp docs for callback information
145145
146146# Heartbeat Timeout
147147There is a different error that is thrown when the heartbeats timeout. This error is the same on the server and the client.
@@ -152,4 +152,4 @@ TCPServiceError [Heartbeat Error]: The heartbeat counter has timed out
152152 at process.processTimers (node:internal/timers:507:7) {
153153 Details: ' This socket has timed out from the server.'
154154}
155- ```
155+ ```
You can’t perform that action at this time.
0 commit comments