-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
What version of PushSharp are you using?
4.0.10
Describe your issue:
After apnsBroker.QueueNotification() the http request hangs. No response is received. I tried in Postman and also waited couple of hours but seems like the there is no response from APNs even failure is not received. Please can you help me solve this issue? Is this PushSharp service issue? certificate issue? or APNs issue?
What are the steps required to reproduce this issue?
Please provide any Exception Stack Traces
This is what I see in my debug console
APNS-Client[5]: Sending Batch ID=1, Count=1
2021-05-02 20:34:25.PM [INFO] APNS-Client[5]: Connecting (Batch ID=1)
2021-05-02 20:34:26.PM [INFO] APNS-Client[5]: Connected (Batch ID=1)
2021-05-02 20:34:26.PM [INFO] APNS-Client[5]: Sent Batch, waiting for possible response...
2021-05-02 20:34:26.PM [INFO] APNS-Client[5]: Data Available...
2021-05-02 20:34:26.PM [INFO] APNS-Client[5]: Finished Read.
2021-05-02 20:34:26.PM [INFO] APNS-Client[5]: Received 0 bytes response...
2021-05-02 20:34:26.PM [INFO] APNS-Client[5]: Server Closed Connection...
2021-05-02 20:34:26.PM [INFO] APNS-Client[5]: Disconnecting (Batch ID=1)
2021-05-02 20:34:26.PM [INFO] APNS-Client[5]: Disconnected (Batch ID=1)
2021-05-02 20:34:26.PM [INFO] APNS-Client[5]: Done Reading for Batch ID=1, reseting batch timer...