Network/test/dorkboxTest/network
2020-09-01 06:11:52 +02:00
..
kryo fixed warnings 2020-08-18 23:16:54 +02:00
rmi Removed unnecessary kryo registration, added spacing 2020-09-01 06:11:52 +02:00
AeronClient.kt Updated copyright notices in files 2020-08-19 15:35:45 +02:00
AeronServer.kt Fixed issues with restarting a client, notifyConnect/Disconnect now ALWAYS happen on a new coroutine 2020-08-25 17:46:36 +02:00
BaseTest.kt Fixed issues with restarting a client, notifyConnect/Disconnect now ALWAYS happen on a new coroutine 2020-08-25 17:46:36 +02:00
DisconnectReconnectTest.kt cleaned up logs 2020-08-27 02:34:36 +02:00
ListenerTest.kt More conversion to kotlin 2020-08-27 13:46:14 +02:00
MultipleServerTest.kt fixed test 2020-08-27 02:34:48 +02:00
PingPongTest.kt Added RMI serialization syncrhonization between the server/client during the handshake. Fixed serialization for sending RMI objects in both directions. Removed NetworkSerializationManager, and instead pass the Serialization implementation. 2020-08-26 15:39:29 +02:00
SerializationValidationTest.kt Moved serialization validation to it's own test (it's has nothing to do with RMI), refactored RmiTest 2020-08-30 23:16:09 +02:00