mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
3fc03569c8
commit
5fe3fb7a1b
|
@ -443,7 +443,6 @@ runMessagingTCP env@MessagingTCP{..} = liftIO do
|
|||
|
||||
when (isNothing co') do
|
||||
debug $ red "No session for" <+> pretty pip
|
||||
pure ()
|
||||
|
||||
maybe1 co' (void $ fireTCP env pip (connectPeerTCP env pip)) $ \co -> do
|
||||
q' <- atomically $ readTVar (view tcpConnQ env) <&> HashMap.lookup co
|
||||
|
|
Loading…
Reference in New Issue