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 @@ -32,7 +32,6 @@ tcpClient.on( str: event, (callback) => {} );
3232tcpClient .emit (data);
3333```
3434
35- //Refer to tcp docs for callback information
3635### Events:
3736 * close
3837 * connect
@@ -41,6 +40,7 @@ tcpClient.emit(data);
4140 * end
4241 * error
4342 * lookup
43+ Refer to tcp docs for callback information
4444
4545### Compatible with normal TCP
4646A Limitless-TCP Client is compatible with a normal TCP server, meaning that you are able to connect to a generic tcp server while using
@@ -101,7 +101,6 @@ let arr: connectedSockets = TCPServer.connectedSockets;
101101let arr: allSockets = TCPServer .allSockets ;
102102```
103103
104- Refer to tcp docs for callback information
105104### Events:
106105 * Server:
107106 * connect
@@ -114,6 +113,7 @@ Refer to tcp docs for callback information
114113 * end
115114 * error
116115 * lookup
116+ Refer to tcp docs for callback information
117117
118118# Heartbeat Timeout
119119There is a different error that is thrown when the heartbeats timeout. This error is the same on the server and the client.
@@ -124,4 +124,4 @@ TCPServiceError [Heartbeat Error]: The heartbeat counter has timed out
124124 at process.processTimers (node:internal/timers:507:7) {
125125 Details: ' This socket has timed out from the server.'
126126}
127- ```
127+ ```
You can’t perform that action at this time.
0 commit comments