jaspervdj / websockets

A Haskell library for creating WebSocket-capable servers
http://jaspervdj.be/websockets
BSD 3-Clause "New" or "Revised" License
407 stars 114 forks source link

Tests hang with network 2.7.0.1 #180

Closed felixonmars closed 6 years ago

felixonmars commented 6 years ago

With other dependencies unchanged, websockets' tests hang for >2 hours and still going on here with the update of network 2.7.0.0 -> 2.7.0.1.

Running 1 test suites...
Test suite websockets-tests: RUNNING...

Any hints?

jaspervdj commented 6 years ago

I was able to reproduce this... looking into it now