sjrmanning / Birdsong

:bird::musical_score: Swift WebSockets client for Phoenix Channels.
MIT License
127 stars 37 forks source link

Fix bug in `syncJoins` in Presence.swift #24

Closed percygrunwald closed 6 years ago

percygrunwald commented 6 years ago

state[id] was not getting updated with the new metas, so if a single user joins with more than one client, the state is incorrect.

sjrmanning commented 6 years ago

Thanks!