rsocket / rsocket-net

.NET implementation of RSocket
Apache License 2.0
252 stars 42 forks source link

SocketTransport requires a server version #9

Open stevehayles opened 4 years ago

stevehayles commented 4 years ago

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

EnderHane commented 1 year ago

So does WebSocketTransport.