tel / riemann-hs

A Haskell client for Riemann
MIT License
13 stars 8 forks source link

blocking behaviour? #2

Closed mwotton closed 8 years ago

mwotton commented 11 years ago

cl <- makeClient "myserver.com" 5555

forM_ [1..50] $ \x ->sendEvent cl $ set host (Just "haskell") $ ev "foobarbaz" x

this hangs unpredictably.

mwotton commented 11 years ago

oops, seems to be only in ghci. i guess i can live with that.

tel commented 11 years ago

If you discover more detail as to why that's failing, please post it. I'm crunching on some other stuff and can't examine this problem in detail right now. I'll leave the issue open, though.