From 0d0f2e68b9b0212d772d1c86226c19d1e2d20cac Mon Sep 17 00:00:00 2001 From: flashwave Date: Wed, 17 Apr 2024 20:44:23 +0000 Subject: [PATCH] client -> server --- Protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Protocol.md b/Protocol.md index 07f792d..2cc3ab0 100644 --- a/Protocol.md +++ b/Protocol.md @@ -127,7 +127,7 @@ Response to client packet `0`: Ping. - +
stringAny arbitrary string, do not rely on the data sent here. Original client sent pong, SharpChat currently sends the current Unix epoch timestamp in seconds.Any arbitrary string, do not rely on the data sent here. Original Sock Chat server sent pong, SharpChat currently sends the current Unix epoch timestamp in seconds.