copy and paste typo
This commit is contained in:
parent
65c0bd5c64
commit
4a6f7045f4
@ -110,7 +110,7 @@ sendBinaryDataX ex x = ReaderT $ \c -> liftIO $ (flip WS.sendBinaryData x $ c) `
|
|||||||
--
|
--
|
||||||
-- Since 0.1.1.3
|
-- Since 0.1.1.3
|
||||||
sendPing :: (MonadIO m, WS.WebSocketsData a) => a -> WebSocketsT m ()
|
sendPing :: (MonadIO m, WS.WebSocketsData a) => a -> WebSocketsT m ()
|
||||||
sendPing x = ReaderT $ liftIO $ flip WS.sendPing x
|
sendPing x = ReaderT $ liftIO . flip WS.sendPing x
|
||||||
|
|
||||||
-- | Send a ping message to the client.
|
-- | Send a ping message to the client.
|
||||||
-- Execute IO () action on WebSocket Exception
|
-- Execute IO () action on WebSocket Exception
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user