tweag / network-transport-zeromq

ZeroMQ transport for distributed-process (aka Cloud Haskell)
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

network-transport-zeromq-0.2 test suite failure #30

Open peti opened 9 years ago

peti commented 9 years ago

The test suite fails with the following error in our CI environment: http://hydra.cryp.to/build/521388/nixlog/1/raw. Do you have any idea how to remedy that issue?

qnikst commented 9 years ago

Hi, Peter.

Thanks for the report. In current implementation stopping the thread is very expensive operation. I'll so the easiest solution would be to reduce number of calls. But I'll definitely look at possibilities to improve current situation. In latest commits situation is slightly better but still not ideal.

qnikst commented 9 years ago

I've pushed a workaround for this problem, but I'll keep bug open unless there will be a better fix.