mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Implement WebSocket close notify.
This commit is contained in:
parent
399910ddd8
commit
5d91e87c64
18 changed files with 116 additions and 30 deletions
|
|
@ -68,7 +68,7 @@ int EMWSServer::get_peer_port(int p_peer_id) const {
|
|||
return 0;
|
||||
}
|
||||
|
||||
void EMWSServer::disconnect_peer(int p_peer_id) {
|
||||
void EMWSServer::disconnect_peer(int p_peer_id, int p_code, String p_reason) {
|
||||
}
|
||||
|
||||
EMWSServer::EMWSServer() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue