Network/test/dorkboxTest/network
Robinson f53e705432 Fixed "fast" reconnect issues, where sometimes the media driver would be disconnected from the aeron driver 2021-04-27 13:57:47 +02:00
..
kryo Converted more unit tests to kotlin 2021-04-25 22:01:36 +02:00
lmdb Changed how internal storage operates (major performance improvement), added more types of storage. Set the default to PropertyStore (so settings are saved in a property file) 2020-09-19 19:41:39 +02:00
memoryTest Added memory testing 2020-09-29 15:43:37 +02:00
rmi Changed RMI object callback to only be "this", instead of passing the (internal) rmiID around. The RMI-ID is used for internal rmi messages, so that a request+response can be paired. 2021-04-27 13:31:18 +02:00
AeronClient.kt Suppressed warnings 2020-09-25 14:51:35 +02:00
AeronServer.kt Converted more unit tests to kotlin 2021-04-25 22:01:36 +02:00
BaseTest.kt Removed timeout for waiting for threads (it should close naturally, otherwise there are problems) 2020-09-23 16:00:16 +02:00
ConnectionFilterTest.kt Fixed "fast" reconnect issues, where sometimes the media driver would be disconnected from the aeron driver 2021-04-27 13:57:47 +02:00
DisconnectReconnectTest.kt Fixed "fast" reconnect issues, where sometimes the media driver would be disconnected from the aeron driver 2021-04-27 13:57:47 +02:00
ListenerTest.kt Cleaned up unit tests 2020-09-02 03:20:29 +02:00
MultipleServerTest.kt Added extra IPC/UDP test 2020-09-28 19:37:40 +02:00
PingPongTest.kt Code polish 2020-09-23 16:00:29 +02:00
SerializationValidationTest.kt Changed RMI object callback to only be "this", instead of passing the (internal) rmiID around. The RMI-ID is used for internal rmi messages, so that a request+response can be paired. 2021-04-27 13:31:18 +02:00
StorageTest.kt Added test for when the Settings Store is shared 2020-09-25 19:53:41 +02:00