You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get the list of message destinations from a new Round,
create an echo broadcast
create direct messages to the destinations from the above list.
This is error-prone. Can we make it stricter? For example, when finalize() returns the next round, it can instead return a structure with the echo broadcast (if any) and message destinations already present there. Also, instead of message destinations we may return "message factories", each of which can be consumed to generate a message.
The text was updated successfully, but these errors were encountered:
Currently
Session
code needs to remember toRound
,This is error-prone. Can we make it stricter? For example, when
finalize()
returns the next round, it can instead return a structure with the echo broadcast (if any) and message destinations already present there. Also, instead of message destinations we may return "message factories", each of which can be consumed to generate a message.The text was updated successfully, but these errors were encountered: