Обновление протокола для неавторизованных звонков

This commit is contained in:
RoyceDa
2026-04-04 18:31:05 +02:00
parent 3c6b2e0e71
commit 939a4d55f4
10 changed files with 427 additions and 128 deletions

View File

@@ -150,6 +150,7 @@ public class Server extends WebSocketServer {
}
} catch (Exception e) {
client.disconnect(ServerFailures.BAD_PACKET);
e.printStackTrace();
}
}