mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Allow LSP to process multiple messages per poll
This commit is contained in:
parent
aef11a1427
commit
e2485044a1
4 changed files with 25 additions and 13 deletions
|
|
@ -105,7 +105,7 @@ public:
|
|||
_FORCE_INLINE_ Ref<GDScriptTextDocument> get_text_document() { return text_document; }
|
||||
_FORCE_INLINE_ bool is_initialized() const { return _initialized; }
|
||||
|
||||
void poll();
|
||||
void poll(int p_limit_usec);
|
||||
Error start(int p_port, const IPAddress &p_bind_ip);
|
||||
void stop();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue