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 8 forks source link

console output is split sometimes #63

Closed TwitchBronBron closed 2 years ago

TwitchBronBron commented 2 years ago

The latest release seems to have introduced a bug where the console output gets split. I think I missed a spot where I'm supposed to detect split telnet messages and join them back together. For example:

12-20 16:43:59.090 [sg.node.UNBLOCK] Rendezvous[109653] completed in 0.006 s
12-20 16:43:59.092 [sg.node.BLOCK] Rendezvous[109654] at roku_ads_lib:/libsource/Roku_Ads_SG_Wrappers.brs(375)
12-20
16:43:59.092 [sg.node.UNBLOCK] Rendezvous[109654] completed
12-20 16:43:59.155 [sg.node.BLOCK] Rendezvous[109655] at pkg:/components/PlayerTask.brs(61)
12-20 16:43:59.155 [sg.node.UNBLOCK] Rendezvous[109655] completed in 0.001 s