Skip to content

Conversation

PropGit
Copy link
Contributor

@PropGit PropGit commented Oct 2, 2018

  • Bumped to v0.9.1.
  • 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

…d() and required data to be an ArrayBuffer. This will speed up response time.
…eceive and onReceiveError functions to be usable for both wired and wireless connections.
…t to terminal/graph. Updated loader POST message to include final baud rate.
… stream. Commented out many debugging logs. Refactored for speed.
…processing on data if it's from an unexpected source. Also moved constant definitions out of hearFromProp() and up to top of loader.js to clean up appearance.
…minal() to set mode to 'none' upon closing wireless ports and also to send messages to wireless ports.
…rt if needed at the moment it's needed. This consolidates some code and prepares for allowing browser to open wireless port for immediate debugging.
…Uncommented deleteSocket() dubug messages. Fixed omission in openSocket that didn't return socket type object. Enabled closed socket debug.
…ving the only feature of index.js that required a log of the browser socket(s) it's connected to (calls to sendPortList()), and the solution makes port (and socket) management much simpler and fixes a multip-port use bug that is know to break functionality for the entire session.
…ket error log (promise error is not being exposed for some reason. Fixed browser socket close code to clean up properly.
…ultiple sources. Object.assign() only makes shallow copies, and JSON-based deep copies lose integer array types; solution is to set buffer to new integer array after port assignment.
@PropGit PropGit merged commit 9863912 into parallaxinc:master Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant