The VLINGO XOOM platform SDK wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, and RSocket, using VLINGO XOOM ACTORS.
Implements #3.
I see that RSocket test is failing on master: RSocketClientChannelTest.testServerApplicationErrorsProcess:194 Server should have received all messages.
Shouldn't it be @Ignored for now?
Implements #3. I see that RSocket test is failing on master: RSocketClientChannelTest.testServerApplicationErrorsProcess:194 Server should have received all messages. Shouldn't it be
@Ignore
d for now?