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
Initial implementation of Rsocket based channels #9
That's true. I have investigated ways to avoid propagating this dependency, but could not find any. We could move the RSocket implementation to a new repo: vlingo-wire-rsocket.
Implemented:
fdx.bidirectional.rscoket
) channel using RSocket channel interaction modelfdx.inbound.rscoket
/fdx.outbound.rscoket
) communication using RSocket fire and forget interaction model