Page MenuHomePhabricator

[Tunnelbroker] implement creating APNs client
AbandonedPublicDraft

Authored by kamil on Tue, Jul 2, 4:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 3, 2:17 PM
Unknown Object (File)
Wed, Jul 3, 2:17 PM
Unknown Object (File)
Wed, Jul 3, 2:14 PM
Subscribers

Details

Reviewers
bartek
marcin
Summary

Implementing APNs client which will handle sending notifs.

After some research I discovered that opening new connections for every request could be treated as DoS attack. However, reqwest can handle that, if we use the same Client and when making request it will use keep-alive connection pooling.

Depends on D12610

Test Plan

Test creating client with adding config args from CMD.

Diff Detail

Repository
rCOMM Comm
Branch
land-apns
Lint
No Lint Coverage
Unit
No Test Coverage