ISM rewrite part 5

This commit is contained in:
Tracker-Friendly 2025-01-08 12:52:30 +00:00
parent a77529f4f7
commit b005f7f10a
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ func (s *ServiceInitializationInformation) AcceptMessage() InterServiceMessage {
mutex.Lock()
for id, msg := range buffer {
_, ok := waitingList[id]
if !ok {
delete(buffer, id)
mutex.Unlock()