You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: