Skip to content

SimplSockets 1.3.0

Compare
Choose a tag to compare
@haneytron haneytron released this 25 Sep 01:42
· 45 commits to master since this release
  • BREAKING CHANGE: SimplSocket has been divided into SimplSocketClient and SimplSocketServer to better reflect behaviour and use
  • Fixed bugs related to asynchronous multiplexer state handling which could cause unhandled exceptions if a thread experienced an error while another thread was waiting for data
  • Even more efficient communication via multiplexer data re-use and pools
  • Code clean-up and optimization