Azolo / websockex

An Elixir Websocket Client
MIT License
520 stars 100 forks source link

Rename reply action #113

Open BrendanBall opened 2 years ago

BrendanBall commented 2 years ago

I think that the :reply action should be renamed since it only makes sense in handle_frame, but not in handle_cast and handle_info, where it is actually a bit confusing. Additionally, :reply clashes with GenServer actions which I think is likely to be added in the future (Relates to https://github.com/Azolo/websockex/issues/98).

I'm adding this here now because I'm adding a related callback in https://github.com/Azolo/websockex/pull/112