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
As mentioned in #261, some users would find it useful to connect to STOMP servers via raw TCP connections without any HTTP nor web socket layer.
This is not part of the initial design of Krossbow, but the STOMP layer is not too coupled to the web socket layer, so it should be technically feasible to use the same STOMP code over a raw TCP connection, at least on JVM and maybe native.
The text was updated successfully, but these errors were encountered:
As mentioned in #261, some users would find it useful to connect to STOMP servers via raw TCP connections without any HTTP nor web socket layer.
This is not part of the initial design of Krossbow, but the STOMP layer is not too coupled to the web socket layer, so it should be technically feasible to use the same STOMP code over a raw TCP connection, at least on JVM and maybe native.
The text was updated successfully, but these errors were encountered: