WalletConnect / a2

An Asynchronous Apple Push Notification (apns2) Client for Rust
MIT License
136 stars 47 forks source link

Update to Tokio 1.0 #52

Closed pimeys closed 3 years ago

pimeys commented 3 years ago

Closes: https://github.com/pimeys/a2/issues/51

@moh-abk could you validate this code works?

moh-abk commented 3 years ago

Sure, I'll do some testing and get back to you @pimeys

dbrgn commented 3 years ago

Testing this as well. I'll be able to give you feedback from production next week. (Remind me in case I forget!)

pimeys commented 3 years ago

Cool. I'll merge when people give green light that it works.

dbrgn commented 3 years ago

So far, 13k pushes went through without any issues 🙂 Thanks for the update @pimeys, perfect timing.

Would be great if you could create a new release!

pimeys commented 3 years ago

https://crates.io/crates/a2/0.6.0 done

dbrgn commented 3 years ago

Awesome, thank you!