From 6014c4c04eb36a9cd23b82321053b9c905ec7b5e Mon Sep 17 00:00:00 2001 From: voidlizard Date: Fri, 1 Nov 2024 15:41:14 +0300 Subject: [PATCH] wip --- hbs2-core/lib/HBS2/Net/Messaging/TCP.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/hbs2-core/lib/HBS2/Net/Messaging/TCP.hs b/hbs2-core/lib/HBS2/Net/Messaging/TCP.hs index 41edb5b8..cf44f686 100644 --- a/hbs2-core/lib/HBS2/Net/Messaging/TCP.hs +++ b/hbs2-core/lib/HBS2/Net/Messaging/TCP.hs @@ -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