Releases: jaykang920/x2net
Releases · jaykang920/x2net
v0.9.18
Bugfixes:
- ConcurrentEventQueue: fixed the bug that the final event is not properly dequeued before closing
v0.9.16
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
Features:
- EventSink: Bind/Unbind methods now returns the binder token
v0.9.12
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
Features:
- Case: added OnStart/OnStop handlers to be invoked on flow start/stop
v0.9.10
Bugfixes:
- LinkSession: fixed exception in SendInternal for a disposed session
- *TcpClient: fixed exception in TeardownInternal
v0.9.9
Features:
- Transforms/BlockCipher: added configurable settings
BugFixes:
- AbstractTcpClient: fixed crash on close ConnectAndSend calls
- AbstractTcpClient/Server: fixed internal setup sequence
v0.9.8
Features:
- Hub: added Insert() method to support hub case insertion.
v0.9.7
Features:
- xpiler handles XML comments again
Changes:
- changed the internal logger class name from Log to Trace
v0.9.5
NuGet packages now support .NET Core 2.0
Features:
- Hub: added Hub.Case class to support application level initialization/cleanup