Kegan Dougal 9f3364d9ed PollerMap: ensure callbacks are always called from a single goroutine
Document a nasty race condition which can happen if >1 user is joined
to the same room. Fixed to ensure that `GlobalCache` will always stay
in-sync with the database without having to hit the database.
2021-10-28 16:15:17 +01:00
..