Skip to content

0.1.1-beta-release-prebuild

Compare
Choose a tag to compare
@nirui nirui released this 19 Sep 09:14
· 350 commits to master since this release

0.1.1-beta-release

Following updates is included since the last release 0.1.0-beta-release

  • cc4f095 Hookup unhandledrejection and error events even the application is not running under development mode - (NI) 4AC3E3D5FDD208F7 U
  • 9804af7 Remove onData debug logger, as it is no longer needed - (NI) 4AC3E3D5FDD208F7 U
  • 5131cb8 Add and use the sendData method which will automatically break long data (longer than 0x1fff bytes) into different stream requests. - (NI) 4AC3E3D5FDD208F7 U
  • 2d47cd0 Refactor the stream sender - (NI) 4AC3E3D5FDD208F7 U
  • 2736a3d Clean up ui/stream/subscribe.js - (NI) 4AC3E3D5FDD208F7 U
  • a074586 Allowing the entire Stream payload to be relayed to the remote, not just the first part of the payload. - (NI) 4AC3E3D5FDD208F7 U
  • 020a1e8 Adding timeout detection to both SSH and Telnet command as well. This will prevent a dead remote connection to block backend request processing - (NI) 4AC3E3D5FDD208F7 U
  • 6aa585c Use more accurate size to verify payload length - (NI) 4AC3E3D5FDD208F7 U
  • c7df33f Prevent SetDeadline, SetReadDeadline and SetWriteDeadline from setting up unlimited deadline, and also impose our own timeout retry mechanism. - (NI) 4AC3E3D5FDD208F7 U