This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
Question: NewClient opens a new connection to Apple and workers on a single service opens a new stream on the same connection ? #84
Labels
Currently Apple documentation states that opening multiple connections to Apple servers is the best practice if you have a large number of notifications to send.
From what I understand, when we create a client and a service in buford, we create a new connection to Apple servers. And when we use a queue with multiple workers we are are using multiple HTTP/2 streams on a single connection.
The application I am using buford in has a requirement where a large number of notifications should be delivered very quickly (ie: 100K in 15s), so I think I need to take advantage of multiple connections, but not really sure how to do that here.
The text was updated successfully, but these errors were encountered: