Network/test/dorkboxTest/network/rmi
Robinson ed76209925 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
..
cows WIP @rmi annotations 2020-08-31 14:52:42 +02:00
multiJVM 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
RmiCommonTest.kt Fixed unit tests 2020-09-03 14:43:01 +02:00
RmiDelayedInvocationTest.kt Made logging easier 2020-09-09 12:30:07 +02:00
RmiNestedTest.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
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
RmiSimpleTest.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
RmiSpamAsyncTest.kt Updated to use the object pool. Release 5.0! 2020-10-06 02:08:12 +02:00
RmiSpamSyncSuspendingTest.kt Updated to use the object pool. Release 5.0! 2020-10-06 02:08:12 +02:00
RmiSpamSyncTest.kt Updated to use the object pool. Release 5.0! 2020-10-06 02:08:12 +02:00
SuspendProxyTest.kt Fixed compile warnings 2020-09-11 11:06:03 +02:00