David Dossot
Results
24
comments of
David Dossot
> This is a side-effect of tying erlbrake into Erlang's error_logger process This is a correct assessment. When a crash occurs, Erlang calls this function in `erlbrake_error_logger`: ``` handle_event({error, _Gleader,...
Interestingly pull request #10 comes quite timely :)
I can see from the screenshot that the HTML is having issues: see the `!doctype html>` bit in the top left corner? Maybe this prevented the WS client code to...