samuelpilz / core-catcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove logging of `CloseRequest 1001 ""`

samuelpilz opened this issue · comments

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

@fendor any ideas?

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

Maybe, how to fix it?

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

I don't get it...

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