summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-08-01 19:40:12 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-08-01 21:44:50 +0200
commit0a9f9458c2cd4087deb3a13189f2661d58c1aca7 (patch)
treed1ddb33c528e27f2c46dbefb0c3362600fdb3361
parentfa7f753b99d09cb59f110854d42d7f9104cf4f4d (diff)
Mark WebSocket transport as reliableHEADmaster
-rw-r--r--main/WebSocket.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/WebSocket.hs b/main/WebSocket.hs
index 79cb141..827b3fe 100644
--- a/main/WebSocket.hs
+++ b/main/WebSocket.hs
@@ -39,6 +39,8 @@ instance PeerAddressType WebSocketAddress where
| Just WS.ConnectionClosed <- fromException e -> return ()
| otherwise -> throwIO e
+ isReliableTransport _ = True
+
data WebSocketOptions = WebSocketOptions
{ wsAddress :: String