Network/test/dorkboxTest/network
2023-10-28 20:55:49 +02:00
..
app All connections are now buffered - in the event there is a network issue, or a quick reconnect, and messages are sent DURING this disconnected phase, these messages will be resent on the new connection once it is connected 2023-10-28 20:54:40 +02: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 Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
rmi Code cleanup + better unit tests 2023-09-25 13:59:46 +02:00
AeronPubSubTest.kt Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 17:04:25 +02:00
BaseTest.kt Added support for connection tags (so the client can set a name for its connection, and the server will get that name). This is usefull for identifying different connections (and doing different things) based on their tag name. 2023-10-28 20:55:49 +02:00
ConnectionFilterTest.kt Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 17:04:25 +02:00
DisconnectReconnectTest.kt wait for close is not explicitly necessary 2023-10-24 13:46:46 +02:00
ErrorLoggerTest.kt Removed coroutines/suspending calls 2023-09-04 00:48:00 +02:00
ListenerTest.kt newConnection method reverted back to function, which allows for easier extension of class types 2023-09-17 02:36:45 +02:00
MultiClientTest.kt Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
MultipleServerTest.kt Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 17:04:25 +02:00
PingPongTest.kt Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 17:04:25 +02:00
PingTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
RandomId65kAllocatorTest.kt Stream and Session ID allocation cannot be re-used so quickly, as ALL other IDs must first be used, before a previously used ID is reused. 2022-06-29 16:37:47 +02:00
RoundTripMessageTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
SerializationValidationTest.kt Removed coroutines/suspending calls 2023-09-04 00:48:00 +02:00
ShutdownWhileInBadStateTest.kt newConnection method reverted back to function, which allows for easier extension of class types 2023-09-17 02:36:45 +02:00
SimplePortTest.kt Added port1/2 settings to server + client. 2023-07-11 00:11:58 +02:00
SimpleTest.kt Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
StorageTest.kt Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 17:04:25 +02:00
StreamingTest.kt newConnection method reverted back to function, which allows for easier extension of class types 2023-09-17 02:36:45 +02:00