J0 / phoenix_gen_socket_client

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

Generate string message refs instead of integers #66

Closed Hannes-Steffenhagen-bd closed 2 years ago

Hannes-Steffenhagen-bd commented 2 years ago

The phoenix documentation says that message refs should be "unique strings".

Fixes https://github.com/J0/phoenix_gen_socket_client/issues/65

J0 commented 2 years ago

Hey @Hannes-Steffenhagen-bd ,

Thanks for the PR! Will take a look in a bit and get back to you.

Joel