diff options
Diffstat (limited to 'src/WebSocket.hs')
| -rw-r--r-- | src/WebSocket.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WebSocket.hs b/src/WebSocket.hs index 4179cfa..71ff6d6 100644 --- a/src/WebSocket.hs +++ b/src/WebSocket.hs @@ -45,6 +45,7 @@ instance Show Connection where instance PeerAddressType Connection where sendBytesToAddress = sendMessage connectionToAddressClosed = closeConnection + isReliableTransport _ = True startClient :: Server -> String -> Int -> String -> (Connection -> IO ()) -> IO () startClient server addr port path fun = do |