Messages do not sync between computers #20
Replies: 4 comments 2 replies
|
Here's what good looks like, in case that's useful... Initial connection: Sending a sync: Recieve a sync: |
|
The title is a little confusing; or could be confusing as we are discussing a sync event and I am also re-using the words to say they aren't handling the messages that are not past the sync message or hello/ack/keep-alive all come through. I need to re-merge where we are now to get good notes. it installs the extension and it refreshes itself fine. I would think that the other windows would receive this message and: would cause them to also reload. I don't see the broadcast come through. But I do see sync messages come thru to the other windows...that's whats got me confused. |
|
I don't know how to get debugs from the parent (first vscode window); I can see the logs in the first vscode window for the debugged instance of vscode that opens when you hit f5. its the reason I threw show messages all over. If I don't have it under debug, I don't see the logs. |
|
@davehorner BTW, I updated the server readme: https://github.com/symless/multi-build-server |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
By @davehorner on #19:
I figured we could discuss here so we can focus on sync/websocket issues in it's own context. I hope separate threads make it easier to follow and not harder! :)
Are they connecting to the websocket but not getting a message?
Please share your debug logs for the extension (you can filter by the value of log tag).
Dev tools:
Ctrl+Shift+I(Linux)Filter:
[multi-build]Log level: +Verbose
All reactions