Network/test/dorkboxTest/network/rmi
2023-06-06 00:09:22 +02:00
..
cows API/Code cleanup 2023-02-27 11:31:34 +01:00
multiJVM Removed coroutines from parts of the networking message processing. 2022-07-27 00:20:34 +02:00
RmiCommonTest.kt Added sync/async unit block for thread/concurrent safe sync/async calls 2022-12-16 00:01:11 +01:00
RmiDelayedInvocationTest.kt Proper use of countdown latch instead of object.wait 2023-06-06 00:09:22 +02:00
RmiDuplicateObjectTest.kt Updated unit tests 2023-05-28 18:41:46 +02:00
RmiNestedTest.kt Changed Aeron connections from MDC -> "normal" (so the network connections are initialized more like a standard UDP connection would be, instead of the more complicated MDC method 2022-08-02 12:11:36 +02:00
RmiPackIdTest.kt rmiID is ALWAYS on the right for packed IDs. Fixed rmiID unsigned operations. WIP suspend proxy invocations 2020-08-20 13:08:36 +02:00
RmiResponseManagerTest.kt logger is now private 2023-03-17 14:59:04 +01:00
RmiSimpleActionsTest.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
RmiSimpleTest.kt Updated unit tests 2023-05-28 18:41:46 +02:00
RmiSpamAsyncTest.kt API/Code cleanup 2023-02-27 11:31:34 +01:00
RmiSpamSyncSuspendingTest.kt API/Code cleanup 2023-02-27 11:31:34 +01:00
RmiSpamSyncTest.kt API/Code cleanup 2023-02-27 11:31:34 +01:00
SuspendProxyTest.kt Fixed compile warnings 2020-09-11 11:06:03 +02:00