Craig Dazey

Results 5 issues of Craig Dazey

There are some cases where we're probably using the wrong logging levels, and more place where we could have logging that we don't. Creating an issue to ensure it's addressed....

enhancement

Right now it's not possible to define customer consumers properly. You can see #126 for some discussion on the matter. To properly implement this, if the config option is true,...

enhancement

Currently there is no ratelimiting on requests sent over the gateway. It would be somewhat trivial to implement ratelimiting using [GenStage](https://hexdocs.pm/gen_stage/GenStage.html), such that only `x` amount of events are sent...

enhancement

I think it would be useful to have some pathway to modify the initial request before retrying in cases where failure is expected and can be rectified. Say you make...

It's my understanding that it is currently not possible to get [close codes](https://tools.ietf.org/html/rfc6455#page-42) upon disconnect. The `_Reason` variable holds this close code information, it's being ignored [here](https://github.com/sanmiguel/websocket_client/blob/bfddfeebc776379acf1d81d7691e98d6aa9d7e6f/src/websocket_client.erl#L500). These codes would...

enhancement
in progress