Shahar Mintz
Results
2
issues of
Shahar Mintz
If I'm correct, the current code doesn't allow unsubscribing to channels with wild cards, i.e if I have 2 channels such as: rooms/parties/1 and rooms/parties/2, calling unsubscribe_to("rooms/parties/_") [notice the '_']...
When using `APNS.send_notifications` I encounter "Broken pipe" errors which after googling around I understand have to do with invalid device registration ids (user blocked notifications, uninstalled the app, etc.). Is...