You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2020. It is now read-only.
Maybe add an sync and async way of sending push notifications using GCD. So the end-developer can just pass the payload and not worry about the lag it causes on the server.
Now the end-developer can do that himself of course
The text was updated successfully, but these errors were encountered:
I was wondering if you happened to know if Vapor runs on a web server rather than using its built in basic server would that result in multiple processes and hence multiple instances? Thanks
@malhal It only creates multiple instances if you initiate VaporAPNS inside of the request handler. When you create the VaporAPNS instance in the main.swift (so on server startup) you can use it anywhere in the response but it reuses that same connection
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Maybe add an sync and async way of sending push notifications using GCD. So the end-developer can just pass the payload and not worry about the lag it causes on the server.
Now the end-developer can do that himself of course
The text was updated successfully, but these errors were encountered: