Skip to content

Releases: jaykang920/x2net

v0.9.18

26 Jan 08:32
Compare
Choose a tag to compare

Bugfixes:

  • ConcurrentEventQueue: fixed the bug that the final event is not properly dequeued before closing

v0.9.16

10 Jan 06:31
Compare
Choose a tag to compare

Features:

  • added support for link-local event factories
  • added ThreadPoolFlow which works with .NET managed thread pool
  • Scope: now supports setting event after instantiation

v0.9.15

05 Jan 07:47
Compare
Choose a tag to compare

Features:

  • EventSink: Bind/Unbind methods now returns the binder token

v0.9.12

08 Sep 01:55
Compare
Choose a tag to compare

Features:

  • Links/Socket: added AddressUtil class to support network address-related tasks

BugFixes:

  • Buffer: fixed the bug that the current block is not updated properly after
    trimming exactly on buffer block boundaries

v0.9.11

22 Aug 08:14
Compare
Choose a tag to compare

Features:

  • Case: added OnStart/OnStop handlers to be invoked on flow start/stop

v0.9.10

10 Aug 07:38
Compare
Choose a tag to compare

Bugfixes:

  • LinkSession: fixed exception in SendInternal for a disposed session
  • *TcpClient: fixed exception in TeardownInternal

v0.9.9

24 Jul 09:04
Compare
Choose a tag to compare

Features:

  • Transforms/BlockCipher: added configurable settings

BugFixes:

  • AbstractTcpClient: fixed crash on close ConnectAndSend calls
  • AbstractTcpClient/Server: fixed internal setup sequence

v0.9.8

06 Jul 02:21
Compare
Choose a tag to compare

Features:

  • Hub: added Insert() method to support hub case insertion.

v0.9.7

04 Jul 09:54
Compare
Choose a tag to compare

Features:

  • xpiler handles XML comments again

Changes:

  • changed the internal logger class name from Log to Trace

v0.9.5

26 Jun 02:22
Compare
Choose a tag to compare

NuGet packages now support .NET Core 2.0

Features:

  • Hub: added Hub.Case class to support application level initialization/cleanup