Network/test/dorkboxTest/network
2021-08-23 00:52:16 -06:00
..
kryo added more unit tests 2021-08-20 08:51:19 -06:00
lmdb WIP storage sub-system 2021-08-19 00:13:47 -06:00
memoryTest connections are now created via a unit function instead of overriding the method. 2021-07-09 15:17:00 +02:00
rmi Now use the storage project 2021-08-23 00:42:02 -06:00
AeronClient.kt Now use the storage project 2021-08-23 00:42:02 -06:00
AeronServer.kt Now use the storage project 2021-08-23 00:42:02 -06:00
BaseTest.kt Now use the storage project 2021-08-23 00:42:02 -06:00
ConnectionFilterTest.kt Added support for filtering aeron driver exceptions, onError listeners are now notified if there is an aeron driver error. 2021-07-26 20:40:43 +02:00
DisconnectReconnectTest.kt Supports the newest version of Aeron. Updated error log usage and notifications. Refactored RMI API (now RMI is accessible via '.rmi' calls). Updated unit tests. Added 'delete' to rmi methods (opposite of 'create'). 2021-07-07 00:04:47 +02:00
ErrorLoggerTest.kt Added support for filtering aeron driver exceptions, onError listeners are now notified if there is an aeron driver error. 2021-07-26 20:40:43 +02:00
ListenerTest.kt connections are now created via a unit function instead of overriding the method. 2021-07-09 15:17:00 +02:00
MultipleServerTest.kt Changed scope for onMessage/disconnect/connect/etc callbacks from 'connection' -> 'this'. 2021-04-30 22:39:36 +02:00
PingPongTest.kt connections are now created via a unit function instead of overriding the method. 2021-07-09 15:17:00 +02:00
PingTest.kt Cleaned up heap vs stack access, fixed ping support, fixed coroutine errors during serialization 2021-07-08 14:33:24 +02:00
SerializationValidationTest.kt connections are now created via a unit function instead of overriding the method. 2021-07-09 15:17:00 +02:00
StorageTest.kt Now using the storage project 2021-08-23 00:52:16 -06:00