vlingo / xoom-wire

The VLINGO XOOM platform SDK wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, and RSocket, using VLINGO XOOM ACTORS.
Mozilla Public License 2.0
13 stars 11 forks source link

RSocket end to end test #34

Closed alexguzun closed 4 years ago

alexguzun commented 4 years ago

Thanks @buritos for the implementation of the tests.

Done some improvements and now the test is stable in Travis

VaughnVernon commented 4 years ago

@alexguzun I think using the local transport is a good idea and the right choice.

alexguzun commented 4 years ago

@alexguzun I think using the local transport is a good idea and the right choice.

Thank you. That is the only way for tests to pass in TravisCI 😞

alexguzun commented 4 years ago

Nothing specific, just a general OK since it's you who created the test.