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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added Wi-Fi bi-directional debugging
Sped up debug processing by disabling Nagle timer (Wi-Fi) and made send() require an ArrayBuffer (Wired and Wi-Fi). Send() no longer wastes time internally checking data type and converting from Str or Buf to ArrayBuffer.
Ensured downloads are not affected by previous execution's debug stream
Enhanced http.js to check last error; eliminates an error message in console
Fixed multi-port use bug that prevented further downloads during session
Fixed bug causing multi-port debug streams to occasionally collide