yesod/yesod-websockets
patrick brisbin e470f1a3f8 Version bump
2019-05-21 12:10:03 -04:00
..
Yesod
ChangeLog.md Version bump 2019-05-21 12:10:03 -04:00
chat-with-timeout-control.hs
chat.hs
LICENSE
README.md Update README in yesod-websockets to address the timeout issue. 2014-12-15 21:59:57 -06:00
sample.hs
Setup.hs
yesod-websockets.cabal Version bump 2019-05-21 12:10:03 -04: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