sachin shinde
sachin shinde
Hi @tech4solitude , any updates on this? I will close the issue if your problem is resolved
Cocoapods achieved, need to upload it on **Carthage**.
I am ready to accept any contribution. Feel free to generate PR for the same. On Tue, Feb 25, 2020, 13:36 chulucninh09 wrote: > Hi, thank you for your efforts...
Hi @niraj1991 @jrvaja , will look into it. Also it will be helpful if you can put your code here @jrvaja
Hey, need to look into the code... Also, it will be better if you add any tests for above code.
Hi @petercv issue exists for the same here https://github.com/sacOO7/socketcluster-client-swift/issues/15. I tried updating the version, but it is creating problems for lower swift versions. Not sure if I should change it....
This seems to be a react example. where they want to update the view when the dataset changes. More specifically, they want to get `updated` data set whenever any change...
I think it will be better if we can just expose a method like `here` to avoid adding complex documentation in all SDK's : (
Almost all of the mobile/web UI frameworks update components based on state change, so we expose a method on `presence` channel like ``` channel.presence.onMembersUpdated( updatedMembers => { }) ``` instead...
Yeah, introducing any breaking/non-breaking change that can make it easier for users to subscribe to changed members 👍