From d438e42a8047c3ea37ec2f0eaa8010fb22fc21d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 17 Jul 2025 21:39:22 +0200 Subject: Destroy ICE and close WS sessions on connection termination --- src/Erebos/Network.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Erebos/Network.hs') diff --git a/src/Erebos/Network.hs b/src/Erebos/Network.hs index 6126e60..e990fae 100644 --- a/src/Erebos/Network.hs +++ b/src/Erebos/Network.hs @@ -164,7 +164,6 @@ instance Eq Peer where class (Eq addr, Ord addr, Show addr, Typeable addr) => PeerAddressType addr where sendBytesToAddress :: addr -> ByteString -> IO () connectionToAddressClosed :: addr -> IO () - connectionToAddressClosed _ = return () data PeerAddress = forall addr. PeerAddressType addr => CustomPeerAddress addr -- cgit v1.2.3