rokucommunity / roku-debug

A compatibility wrapper around the BrightScript debug protocol https://developer.roku.com/en-ca/docs/developer-program/debugging/socket-based-debugger.md
MIT License
12 stars 9 forks source link

Fix rendezvous crash #156

Closed TwitchBronBron closed 1 year ago

TwitchBronBron commented 1 year ago

Fixes issue with the new rendezvous tracking that would crash the debug session during the startup flow. Seems that, if the compile times of the channel are long enough, Roku will reject sgrendezvous ECP requests during the compile flow. The fix is to just ignore failed http requests instead of crashing the entire debug session.

Fixes https://github.com/rokucommunity/vscode-brightscript-language/issues/491