-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Description
So this builds fine, runs the package tests fine, runs the NixOS integration test fine. But when I use it in my project, each websocket connection is immediately lost again and postgres-websockets shows this output:
thread blocked indefinitely in an MVar operation
In a loong debugging session I nailed this down to time-manager-0.1.2
. 0.1.1 works fine, but 0.1.2 breaks it for us. Since you're not using that directly, I can only guess that it causes problems for code related to auto-update
(?).
Maybe you have more insight, maybe you can reproduce, maybe you have any idea what's going on?
(the related change in that 0.1.1 -> 0.1.2 update was this PR: yesodweb/wai#1013)
Originally posted by @wolfgangwalther in #101 (comment)