You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<s>
commandController.js:86 [RECEIVE] <p1>
<iDCC-EX V-3.1.6 / MEGA / STAN
commandController.js:86 [RECEIVE] DARD_MOTOR
commandController.js:86 [RECEIVE] _SHIELD G-50fcbc0>
Looks to me the receive stream is digested in chunks which do not align with the messages (that's ok) but that makes that some chunks don't make it to the debug window (not ok).
I guess that when
<p1><iDCC-EX V-3.1.6 / MEGA / STAN
comes in too much is discarded and not concatenated together with
DARD_MOTOR
and
_SHIELD ....
Harald.
The text was updated successfully, but these errors were encountered:
This is the debug window:
This is what I see in the web console:
Looks to me the receive stream is digested in chunks which do not align with the messages (that's ok) but that makes that some chunks don't make it to the debug window (not ok).
I guess that when
comes in too much is discarded and not concatenated together with
and
Harald.
The text was updated successfully, but these errors were encountered: