Network/src/dorkbox/network
Robinson 401f29a9a2
Updated version
2022-08-03 01:52:50 +02:00
..
aeron Fixed issues getting the subscription bind address. 2022-08-03 01:52:30 +02:00
connection Cleaned up disconnect notification logic 2022-08-02 22:43:44 +02:00
connectionType Added support for IPv6. 2020-09-09 01:33:09 +02:00
coroutines Replaced SuspendWaiter with mutex 2022-06-15 23:53:26 +02:00
exceptions Added more connection exceptions for edge cases when a connection attempt to the server can fail. 2022-06-14 22:22:38 +02:00
handshake Cleaned up unused `close` features. 2022-08-02 21:14:54 +02:00
ipFilter Fixed connection filter on connect 2021-04-27 10:28:18 +02:00
ping removed ping timeout 2022-06-11 23:52:33 +02:00
rmi Removed un-needed 'suspend' modifiers 2022-08-01 22:13:07 +02:00
serialization Added ability for the framework to optionally send a `close()` event to the remote end. This is not guaranteed to run, but is a hint to the remote endpoint what is going on, and to improve disconnect performance. 2022-08-02 21:13:39 +02:00
Client.kt Updated version 2022-08-03 01:52:50 +02:00
Configuration.kt Updated version 2022-08-03 01:52:50 +02:00
Server.kt Updated version 2022-08-03 01:52:50 +02:00