change document_save and document_change_real to async
[roobuilder] / src / Palete / LanguageClientVala.vala
index a7b9146..fe37445 100644 (file)
@@ -335,7 +335,7 @@ namespace Palete {
                        
                         
                         
-                                 this.jsonrpc_client.send_notification  (
+                                 yield this.jsonrpc_client.send_notification_async  (
                                        "textDocument/didSave",
                                        args,
                                        null