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
13 stars 9 forks source link

Support sgrendezvous through ecp #150

Closed MilapNaik closed 1 year ago

MilapNaik commented 1 year ago

Adds rendezvous tracking support via ECP. Changes the way rendezvous tracking works by driving entirely based on a new rendezvousTracking boolean in LaunchConfiguration.

Adds timeout safeguard for when ECP is too slow. image