Skip to content

v0.9.1

Compare
Choose a tag to compare
@PropGit PropGit released this 02 Oct 16:58
· 193 commits to master since this release
9863912
  • 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