Is it possible to share a single raw TCP socket(or other transport) between different SPs? #1876
-
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Generally, "no". But if you want to share a port (e.g. TCP port XYZ), then you can do so if you use websocket. Right now that's the only way to do it. |
Beta Was this translation helpful? Give feedback.
-
In fact, the websocket transported is designed for HTTP and SP coexistence! |
Beta Was this translation helpful? Give feedback.
Generally, "no".
But if you want to share a port (e.g. TCP port XYZ), then you can do so if you use websocket. Right now that's the only way to do it.