yesod/yesod-websockets
2015-08-28 19:30:32 -05:00
..
Yesod yesod-websockets: accept websocket requests with a subprotocol 2015-08-28 16:34:09 -05:00
ChangeLog.md
chat-with-timeout-control.hs
chat.hs
LICENSE
README.md
sample.hs
Setup.hs
yesod-websockets.cabal Bump yesod-websockets version. 2015-08-28 19:30:32 -05:00

REQUIRED PACKAGES

The example, chat.hs, requires stm-lifted and conduit-combinators which are not dependencies of yesod-websockets. Installing the extra packages needed for the chat.hs example can be installed with the command:

$ cabal install stm-lifted conduit-combinators

TIMEOUTS

Versions of yesod-websockets prior to 0.2.1 may experience session timeouts after about 30 seconds of inactivity. Refer to the patch in the websockets library which addresses this issue:

536849d1f3