diff options
| author | RblSb <msrblsb@gmail.com> | 2024-08-15 08:29:24 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2024-08-15 08:33:17 +0300 |
| commit | 4ac52a44ced3691581a1390bbdbdc0906074b3f3 (patch) | |
| tree | db18acc64e20d5837c0ef92787ccf8ab1eb6af2d /src/Types.hx | |
| parent | 38cc0a1d9b4b146af7110c681389378fd26761fa (diff) | |
Add uuids for better reconection
Kick zombie users with same uuids.
Minimal node version is 14.
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 1 |
1 files changed, 1 insertions, 0 deletions
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<Message>, clients:Array<ClientData>, |
