This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
Concurrent map access in Entry.SesTrk #73
Labels
kind/bug
A bug in existing code (including security flaws)
This happens because we send shared
*Entry
objects to each message queue but each message queue then goes and modifies the associated sessions.IMO, the correct fix is to decouple state tracking from these entries.
The text was updated successfully, but these errors were encountered: