-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_WebSocketDestroy
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Destroy a WebSocket.
void MTY_WebSocketDestroy(
MTY_WebSocket ** webSocket
);
webSocket
(MTY_WebSocket **
)
Passed by reference and set to NULL
after being destroyed.
This function will attempt to gracefully close the connection with close code 1000
.