samuelpilz / core-catcher

MIT License
3 stars 0 forks source link

remove logging of `CloseRequest 1001 ""` #35

Closed samuelpilz closed 7 years ago

samuelpilz commented 7 years ago

I have no idea where this is printed, however it should be removed.

@fendor any ideas?

fendor commented 7 years ago

Good question, i would guess, it is some logging by WAI?

samuelpilz commented 7 years ago

Maybe, how to fix it?

fendor commented 7 years ago

well, my suggestion would be to delete ".stack_work/" and build without the debugger options, which should be "stack build --profile". Therefore, just invoke "stack build". If that doesn't fix it, i will go ask in the IRC channels and post their answer here

samuelpilz commented 7 years ago

I don't get it...

samuelpilz commented 7 years ago

the issue was, that receiveData thros an Exception, which needed to be caught.