mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-13 22:30:02 -04:00
impl C2S ws close
This commit is contained in:
parent
321bbf9734
commit
8babd1896e
3 changed files with 14 additions and 6 deletions
|
@ -38,7 +38,7 @@ export type C2SWSOpenPayload = {
|
|||
url: string;
|
||||
};
|
||||
|
||||
export type S2CWSClosePayload = {
|
||||
export type WSClosePayload = {
|
||||
code: number;
|
||||
reason: string;
|
||||
wasClean: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue