Network/test/dorkboxTest/network/rmi
2023-02-24 16:35:00 +01:00
..
cows updated mooTwo 2023-02-24 16:35:00 +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 Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
RmiDuplicateObjectTest.kt Fixed issue with RMI from a server -> client, where the RMI proxy objects were getting overridden by different connections because the RMI object cache was shared between all connections in the server. 2022-06-16 18:04:52 +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
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 Set RMI tests to be trace log 2022-04-04 23:22:59 +02:00
RmiSpamAsyncTest.kt Added sync/async unit block for thread/concurrent safe sync/async calls 2022-12-16 00:01:11 +01:00
RmiSpamSyncSuspendingTest.kt Added sync/async unit block for thread/concurrent safe sync/async calls 2022-12-16 00:01:11 +01:00
RmiSpamSyncTest.kt Added sync/async unit block for thread/concurrent safe sync/async calls 2022-12-16 00:01:11 +01:00
SuspendProxyTest.kt Fixed compile warnings 2020-09-11 11:06:03 +02:00