-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Try create PLPartyTime object, "joinParty", then "leaveParty", then release this object. It will crash when new session will be creating (while deallocating).
My (not the best) solution is to change 84th line of PLPartyTime.m:
[self.session disconnect];
to:
if (_session) [self.session disconnect];
Metadata
Metadata
Assignees
Labels
No labels