Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check socket and ssl connection exist before closing. #32

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

serargz
Copy link

@serargz serargz commented May 28, 2014

As the socket or the ssl connection might not be initialized when
closing, we need to check its existance before doing it.

As the socket or the ssl connection might not be initialized when
closing, we need to check its existance before doing it.
@chaffeqa
Copy link

getting this error as well 👍

@t413
Copy link

t413 commented Oct 12, 2014

I'm getting this too. +1

@lserman
Copy link

lserman commented Oct 21, 2014

Also ran into this, I'm wondering though - why does with_connection even rescue from StandardError? Even with this PR, the error message ("The path to your pem file does not exist!") will be swallowed until the retries are over. I think the pem error messages should fail immediately, retries aren't going to help a missing pem.

senekis and others added 2 commits May 7, 2015 16:26
Is a new option added in iOS8 that allow users to interact with custom
functionality in the context of a user task.
Support the notification action: "category" in APNS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants