Skip to content

v0.2.4

Compare
Choose a tag to compare
@nayato nayato released this 12 Apr 17:06
· 195 commits to dev since this release

Contains a serious issue that may cause failures while working with scheduled tasks. Use newer releases.

  • Proper handling of pooled buffer growth beyond max capacity of buffer in pool (fixing #71).
  • Improved pooling of buffers when a buffer was released in other thread (#73).
  • Introduction of IEventExecutor.Schedule and proper cancellation of scheduled tasks (#80).
  • Better handling of wake-ups for scheduled tasks (#81).
  • Default internal logging initialization is deferred to allow override it completely (#80 extra).
  • Honoring IByteBuffer.ArrayOffset in IByteBuffer.ToString(Encoding) (#80 extra).