c# - Does PushSharp parallelize calls to APNs by default? -
to speed sending of bulks of apple force notifications (apn), it's recommended parallelize several calls apns (apn server) - limit of 20 concurrent calls.
does c# cross-platform force library pushsharp default ios notifications? if not, how can configure so?
yes does. search checkscale calls, see when takes much time send notification, pushservice open more pushchannels, , each 1 of them runs in different workertask
look in code 15 or 20, remember, constants define limit maximum pushchannels work together.
c# ios pushsharp
No comments:
Post a Comment