Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import all issues from zaru/webpush (will be fixed by this fork) #1

Closed
14 tasks done
collimarco opened this issue Nov 26, 2022 · 8 comments
Closed
14 tasks done

Comments

@collimarco
Copy link
Contributor Author

collimarco commented Nov 26, 2022

Notes:

  • Apple Push Service currently has a bug that cannot be fixed by this gem and you need to set urgency to high as a workaround
  • Windows Notification Service has a bug and currently return 406 instead of 429 for rate limiting (it's still in consideration if we should fix this strange behavior inside this gem or not)
  • We may consider, as an enhancement (not a bug), to catch some exceptions when the subscription fields (endpoint, keys, etc.) are malformed and raise some specific WebPush errors instead (see my comment for details)
  • We need to upgrade to OpenSSL v3 (see pull request) Fixed: v3 now supports OpenSSL 3

@collimarco
Copy link
Contributor Author

All the issues and pull requests that are not listed in the "Notes" are solved by this fork.

@marckohlbrugge
Copy link

marckohlbrugge commented Jan 3, 2023

All the issues and pull requests that are not listed in the "Notes" are solved by this fork.

Thanks for your work on this! Could you please clarify what you mean with "Notes" ?

E.g. I noticed the OpenSSL issue isn't resolved yet (pkeys are immutable on OpenSSL 3.0 (OpenSSL::PKey::PKeyError in v2.1.0), but the first message in thread makes it seem like it's completed already.

@collimarco
Copy link
Contributor Author

@marckohlbrugge The notes in my comment above are issues imported from zaru/webpush that aren't solved yet by this fork. In any case we already use this gem in production, so they are not severe issues.

@marckohlbrugge
Copy link

@collimarco Sorry, I somehow totally missed that second comment with the notes.

I was able to manually pull in some of the changes from zaru/webpush#106 into your branch and it seems to work 👍

@collimarco
Copy link
Contributor Author

@marckohlbrugge The OpenSSL issue is now resolved. You can use this fork with OpenSSL v3.

@francogp
Copy link

francogp commented Aug 10, 2023

I'm getting 406 Not Acceptable since yesterday, from microsoft edge notifications (I sent only 8).

@collimarco
Copy link
Contributor Author

The Apple bug with "urgency" header is resolved now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants