safwanrahman / django-webpush

Web Push Notification Package for Django
GNU General Public License v3.0
362 stars 103 forks source link

Allow passing timeout to pywebpush.send #117

Open q0w opened 1 year ago

q0w commented 1 year ago

In send_notification_to_user there is no way to pass timeout for requests. Would you mind adding a new argument for that?