typo
This commit is contained in:
parent
f857c44b45
commit
bd8f358e6d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ storeImportantNetMessage m client matchingclient = go <<~ netMessager
|
|||
sent <- takeTMVar $ sentImportantNetMessages nm
|
||||
putTMVar (importantNetMessages nm) $
|
||||
M.alter (Just . maybe (S.singleton m) (S.insert m)) client $
|
||||
M.mapWithKey removematching sent q
|
||||
M.mapWithKey removematching q
|
||||
putTMVar (sentImportantNetMessages nm) $
|
||||
M.mapWithKey removematching sent
|
||||
removematching someclient s
|
||||
|
|
Loading…
Reference in a new issue