Skip to content

SimplSockets 1.2.0

Compare
Choose a tag to compare
@haneytron haneytron released this 12 Jul 03:33
· 50 commits to master since this release
  • SUBSTANTIALLY optimized performance and memory usage. Much less memory used and buffer object creation. The result is much faster sockets!
  • BREAKING CHANGES: altered interfaces and methods to be more OO-friendly and to enable client and server to have access to same operations
  • Exposed events for MessageReceived and Error that you can hook into to receive (and process) messages, and to handle any communication errors
  • Pool and Blocking Queue optimizations
  • Refactored almost all code to be much more efficient