We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a65e33f + 308a3f9 commit bced848Copy full SHA for bced848
python3/vimspector/debug_adapter_connection.py
@@ -51,7 +51,7 @@ def __init__( self,
51
self._buffer = bytes()
52
self._handlers = handlers
53
self._session_id = session_id
54
- self._next_message_id = 0
+ self._next_message_id = 1
55
self._outstanding_requests = {}
56
self.async_timeout = async_timeout
57
self.sync_timeout = sync_timeout
0 commit comments