You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Allow setting websocket buffers sizes internally.
Needed by LSP.
This commit is contained in:
@@ -79,6 +79,10 @@ int EMWSServer::get_max_packet_size() const {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Error EMWSServer::set_buffers(int p_in_buffer, int p_in_packets, int p_out_buffer, int p_out_packets) {
|
||||
return OK;
|
||||
}
|
||||
|
||||
EMWSServer::EMWSServer() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user