Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 374 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 374 Bytes

ElmPhoenixExample

Broken

Here you can see that the string received message is never received since the selfcallback was removed from the event manager state due to the ref being the same in both channel joins:

broken

Fixed

With the fix you can see that both messages are correctly received (string received):

fixed