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

fixes abstract initializer null reference #23

Closed buritos closed 4 years ago

buritos commented 4 years ago

Replaces field access of null references (address, rsocketClientTransport) in ManagedOutboundRSocketChannelProvider#unopenedChannelFor with static method equivalents.