You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using the latest jsonrpc to fix an issue with volar. i found that messages are sometimes not processed according to the order of messageQueue.
the relevant code is as follows
i am using the latest
jsonrpc
to fix an issue with volar. i found that messages are sometimes not processed according to the order ofmessageQueue
.the relevant code is as follows
it seems that the last
triggerMessageQueue
statement should not be executed when the previous result is aPromise
.The text was updated successfully, but these errors were encountered: