yesod/yesod-websockets
ncaq 708648798e deleted: unneed cabal build-depends by weeder
[weeder: Detect dead code](https://hackage.haskell.org/package/weeder)

deleted depends is

* mime-mail
* wai-eventsource

I sort build-depends, because duplicate depend some exist, to sort is detect to easy.
2018-06-09 13:15:21 +09:00
..
Yesod Fix yesod-websockets 2018-01-15 21:07:54 +02:00
ChangeLog.md Version bumps and changelog updates 2018-01-15 15:57:36 +02:00
chat-with-timeout-control.hs Create chat-with-timeout-control.hs 2014-10-06 20:56:08 -04:00
chat.hs Added chat example 2014-03-07 09:16:14 +02:00
LICENSE Initial yesod-websockets 2014-03-06 18:00:46 +02:00
README.md Update README in yesod-websockets to address the timeout issue. 2014-12-15 21:59:57 -06:00
sample.hs Fix yesod-websockets/sample.hs example 2017-03-15 11:54:45 +09:00
Setup.hs Initial yesod-websockets 2014-03-06 18:00:46 +02:00
yesod-websockets.cabal deleted: unneed cabal build-depends by weeder 2018-06-09 13:15:21 +09: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