J0 / phoenix_gen_socket_client

Socket client behaviour for phoenix channels
MIT License
232 stars 48 forks source link

Fix serializer format to text in order to support Phoenix 1.5.7 #55

Closed vladra closed 3 years ago

vladra commented 3 years ago

Should also work with older versions of Phoenix, since they do not respecting message format and only one format was supported in all cases

I'm using this fork for now, to solve an issue mentioned here - https://github.com/Aircloak/phoenix_gen_socket_client/issues/54

Please take a look if you are happy with it

vladra commented 3 years ago

@edongashi 👍

edongashi commented 3 years ago

Thank you @vladra for finding and fixing this bug! We'll make a patch release soon.