You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Allow setting websocket buffers sizes internally.
Needed by LSP.
This commit is contained in:
@@ -67,6 +67,8 @@ public:
|
||||
void _on_disconnect(bool p_was_clean);
|
||||
void _on_error();
|
||||
|
||||
virtual Error set_buffers(int p_in_buffer, int p_in_packets, int p_out_buffer, int p_out_packets) = 0;
|
||||
|
||||
WebSocketClient();
|
||||
~WebSocketClient();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user