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

WebSocket attributes (session, e.t.c) #977

Closed
k1ll1n opened this issue Jan 9, 2018 · 0 comments
Closed

WebSocket attributes (session, e.t.c) #977

k1ll1n opened this issue Jan 9, 2018 · 0 comments
Milestone

Comments

@k1ll1n
Copy link

k1ll1n commented Jan 9, 2018

An exemplary replacement session for WebSocket.

HashMap<WebSocket, String> wsSession = new HashMap<>();
wsSession.put(ws, "val");

But a global solution to this issue is required.

@jknack jknack added this to the next milestone Jan 9, 2018
@jknack jknack closed this as completed in 2bcdd52 Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants