Skip to content

Commit 4c3c8b9

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2985b37 + 1591a37 commit 4c3c8b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ tcpClient.on( str: event, (callback) => {} );
3232
tcpClient.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
4646
A 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;
101101
let 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
119119
There 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+
```

0 commit comments

Comments
 (0)