Open
Description
I've just started to investigate Presence channels using libPusher and noticed that the below call results in 2 POST requests from libPusher.
This is confirmed from server logs and Pusher's debug console
// Presence Channel
[self.pusherClient setAuthorizationURL:[NSURL URLWithString:PUSHER_PRESENCE_AUTH_URL]];
self.presenceChannel = [self.pusherClient subscribeToPresenceChannelNamed:PARTY_ID delegate:self];
Like I say, I've just started with it so I'm not sure if it's something I'm doing wrong.
Metadata
Metadata
Assignees
Labels
No labels