From 4ac52a44ced3691581a1390bbdbdc0906074b3f3 Mon Sep 17 00:00:00 2001 From: RblSb Date: Thu, 15 Aug 2024 08:29:24 +0300 Subject: Add uuids for better reconection Kick zombie users with same uuids. Minimal node version is 14. --- src/Types.hx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Types.hx') diff --git a/src/Types.hx b/src/Types.hx index a02b4a9..0e89b85 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -133,6 +133,7 @@ typedef FlashbackItem = { typedef WsEvent = { type:WsEventType, ?connected:{ + uuid:String, config:Config, history:Array, clients:Array, -- cgit v1.2.3