client -> server

This commit is contained in:
flash 2024-04-17 20:44:23 +00:00
parent e291a17705
commit 0d0f2e68b9

View file

@ -127,7 +127,7 @@ Response to client packet `0`: Ping.
<table>
<tr>
<td><code>string</code></td>
<td>Any arbitrary string, do not rely on the data sent here. Original client sent <code>pong</code>, SharpChat currently sends the current Unix epoch timestamp in seconds.</td>
<td>Any arbitrary string, do not rely on the data sent here. Original Sock Chat server sent <code>pong</code>, SharpChat currently sends the current Unix epoch timestamp in seconds.</td>
</tr>
</table>