Files
simplexmq/src/Simplex/Messaging/Notifications
shandGitHub b6f551000f ntf server: concurrent APNS push via sendRequestDirect (#1780)
The per-(srvHost, provider) worker shards added in #1779 still funnel
all APNS sends through one HTTP2Client's reqQ, where a single process
thread calls sendRequest serially - one in-flight HTTP/2 stream at a
time, capping APNS throughput at 1/RTT.

sendRequestDirect bypasses the queue and invokes sendReq directly from
the calling worker, so concurrent workers open parallel HTTP/2 streams
on the shared APNS connection and the multiplexing happens on the wire.
2026-05-18 14:35:47 +01:00
..
2026-03-02 17:34:01 +00:00
2026-03-02 17:34:01 +00:00
2026-03-02 17:34:01 +00:00
2026-03-02 17:34:01 +00:00