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

Atmosphere: Connected is called before handshake(?) and send() doesn't work in that phase #664

Open
shanielh opened this issue May 16, 2017 · 0 comments

Comments

@shanielh
Copy link
Contributor

shanielh commented May 16, 2017

The following code will not send message to the user:

class UnauthorizedAtmosphereClient()(implicit executionContext: ExecutionContext) extends AtmosphereClient {
  override def receive: AtmoReceive = {
    case Connected =>
        send(JsonMessage(JString("User is not authorized, please reconnect after logging in")))
  }

Any Ideas? 😞

Also, I couldn't find a way to use authorization together with atmosphere, I can see the user, but I can't halt inside atmosphere route.

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