Skip to content

Commit 1591a37

Browse files
authored
Update README.md
1 parent fae4315 commit 1591a37

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
@@ -45,7 +45,6 @@ event, (callback) => {
4545
tcpClient.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
5959
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
@@ -129,7 +129,6 @@ let arr: connectedSockets = TCPServer.connectedSockets;
129129
let 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
147147
There 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+
```

0 commit comments

Comments
 (0)