0

I am just playing with Scalatra and Akka like the guide suggests http://www.scalatra.org/guides/async/atmosphere.html. I've modified the guid so that I'm passing an actor system into the Atmosphere client.

However, I would like to know how I can get messages from the actor system back down to the client.

I can't use the ask pattern because the actor system may send multiple messages to the client - not one. What should I do here?

user2668128
  • 39,482
  • 8
  • 27
  • 34

1 Answers1

1

Perhaps you can use The Inbox.

Patrik Nordwall
  • 2,426
  • 15
  • 10