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
If we process multiple CSMS parts in parallel, two attempts to set the room state can race with each other, meaning that we clobber one of the CSMS parts with the other :(
To be honest, the messages aren't dropped on the floor, because this is Matrix; we should be able to get at them with some room state poking. Still, not fun.
The text was updated successfully, but these errors were encountered:
If we process multiple CSMS parts in parallel, two attempts to set the room state can race with each other, meaning that we clobber one of the CSMS parts with the other :(
To be honest, the messages aren't dropped on the floor, because this is Matrix; we should be able to get at them with some room state poking. Still, not fun.
The text was updated successfully, but these errors were encountered: