rsocket-net icon indicating copy to clipboard operation
rsocket-net copied to clipboard

SocketTransport requires a server version

Open stevehayles opened this issue 6 years ago • 1 comments

The SocketTransport is configured as a 'client' socket with no specific bind and / or listen so although it exists it doesn't appear possible to actually connect to anything.

Is this work in progress or is there a specific usage pattern than I am missing ? It seems that each separate service would require a 'server' SocketTransport to handle incoming connections and then this existing implementation to call out to other services.

Thanks for any help, fingers crossed the project hasn't ground to a halt

stevehayles avatar Oct 18 '19 18:10 stevehayles

So does WebSocketTransport.

EnderHane avatar Jun 22 '23 16:06 EnderHane