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.
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.