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 Jul 13, 2023. It is now read-only.
The preflight logic only applies to webpush, and is now included in
the validation up-front to avoid a return trip immediately to the
thread-pool.
Closes#765
The preflight logic only applies to webpush, and is now included in
the validation up-front to avoid a return trip immediately to the
thread-pool.
Closes#765
All the operations in the preflight check can be done during webpush validation, this would avoid more thread/async transferring.
The text was updated successfully, but these errors were encountered: