diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-01 19:40:12 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-01 21:44:50 +0200 |
| commit | 0a9f9458c2cd4087deb3a13189f2661d58c1aca7 (patch) | |
| tree | d1ddb33c528e27f2c46dbefb0c3362600fdb3361 /main | |
| parent | fa7f753b99d09cb59f110854d42d7f9104cf4f4d (diff) | |
Diffstat (limited to 'main')
| -rw-r--r-- | main/WebSocket.hs | 2 |
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 |