Network/test/dorkboxTest/network/rmi
2022-07-27 00:20:34 +02:00
..
cows WIP unit tests with updated RMI api 2021-07-02 11:40:20 +02:00
multiJVM Removed coroutines from parts of the networking message processing. 2022-07-27 00:20:34 +02:00
RmiCommonTest.kt Fixed unit tests 2020-09-03 14:43:01 +02: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 loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01: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 Fixed RMI async unit test 2022-03-15 14:44:50 +01:00
RmiSpamSyncSuspendingTest.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
RmiSpamSyncTest.kt WIP unit tests with updated RMI api 2021-07-02 11:40:20 +02:00
SuspendProxyTest.kt Fixed compile warnings 2020-09-11 11:06:03 +02:00