Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static 'instance' fields in HttpTunnelSocketClient should wire in instances #1

Open
nealeu opened this issue Jan 11, 2018 · 0 comments

Comments

@nealeu
Copy link
Member

nealeu commented Jan 11, 2018

@ServerEndpoint has the option to provide a Configurator, which can be configured as follows:

@ServerEndpoint(value = "/ws", configurator = SpringConfigurator.class)

We want the same for the @ClientEndpoint, but this is not so simple.

Examples seem to indicate that StandardWebsocketClient is the way to go https://stackoverflow.com/questions/28304384/how-to-correctly-implement-a-spring-websocket-java-client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant