You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
🆕 Disconnection handler, when you got disconnected you automatic go back to the room
This commit is contained in:
@@ -5,6 +5,7 @@ import { IMessageEvent } from './IMessageEvent';
|
||||
export interface IConnection
|
||||
{
|
||||
init(socketUrl: string): void;
|
||||
dispose(): void;
|
||||
ready(): void;
|
||||
authenticated(): void;
|
||||
send(...composers: IMessageComposer<unknown[]>[]): void;
|
||||
|
||||
Reference in New Issue
Block a user