Network/test/dorkboxTest/network/rmi
2020-08-28 10:21:54 +02:00
..
classes Added RMI serialization syncrhonization between the server/client during the handshake. Fixed serialization for sending RMI objects in both directions. Removed NetworkSerializationManager, and instead pass the Serialization implementation. 2020-08-26 15:39:29 +02:00
multiJVM Added RMI serialization syncrhonization between the server/client during the handshake. Fixed serialization for sending RMI objects in both directions. Removed NetworkSerializationManager, and instead pass the Serialization implementation. 2020-08-26 15:39:29 +02:00
RmiDelayedInvocationSpamTest.kt Code cleanup 2020-08-28 10:21:54 +02:00
RmiDelayedInvocationTest.kt Code cleanup 2020-08-28 10:21:54 +02:00
RmiInitValidationTest.kt Added RMI serialization syncrhonization between the server/client during the handshake. Fixed serialization for sending RMI objects in both directions. Removed NetworkSerializationManager, and instead pass the Serialization implementation. 2020-08-26 15:39:29 +02:00
RmiOverrideAndProxyTest.kt Fixed issues with restarting a client, notifyConnect/Disconnect now ALWAYS happen on a new coroutine 2020-08-25 17:46: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
RmiTest.kt Code cleanup 2020-08-27 00:47:51 +02:00
SuspendProxyTest.kt Added correct proxy+suspend example 2020-08-22 20:43:03 +02:00