fpinscala-muc / akka-chat

Simple chat server using Akka and Scala
22 stars 11 forks source link

worker actors for ChatServer #28

Closed abo64 closed 9 years ago

abo64 commented 9 years ago

ChatServer to delegate work to child actors client polling not working: to avoid an infinite loop for Broadcast messages HttpChatClient now does not pipe them further anymore. Question: Do we need polling at all? If so we might have a better mechanism anyway, like storing the Date of last polled message, perhaps in ParticipantAdminstrator or some new PollingAdministrator actor or so.