Skip to content

subscribeToPresence... sends two POST requests to AuthorizationURL #76

Open
@mattglover

Description

@mattglover

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions