TOPLLab / WARDuino

📟 A dynamic WebAssembly VM for embedded systems
https://topllab.github.io/WARDuino/
Mozilla Public License 2.0
73 stars 7 forks source link

notifyPushedEvent is missing newline #170

Closed carllocos closed 1 year ago

carllocos commented 1 year ago

notifyPushedEvent does not write a newline to the client channel causing the client-side tool to not consistently receive the notification message. https://github.com/TOPLLab/WARDuino/blob/6cd2bf610d8b1cb87b0178f886360cf3cd6435de/src/Debug/debugger.cpp#L652

carllocos commented 1 year ago

fixed in d0421ab