Better exception handling in the websocket server.

This commit is contained in:
David 2019-03-01 10:56:17 +01:00
commit 0b74fdd5ab
3 changed files with 53 additions and 23 deletions

View file

@ -49,4 +49,4 @@ executable reanimate-server
other-modules: Reanimate.Misc
Cache
build-depends: base >=4.10 && <4.13, text, websockets, process, filepath, directory,
containers, hashable
containers, hashable, time