reown-com / a2

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

Add "tcp" feature to Hyper #61

Closed ajevans99 closed 2 years ago

ajevans99 commented 2 years ago

I had the same issue as #59 and #55 where I was getting this error:

thread 'main' panicked at 'executor must be set'

Adding "tcp" feature to Hyper fixed this (base on suggestions from @staninprague in #59).

Fixes #59 and Fixes #55

HarryET commented 2 years ago

👋🏼 Hello, this project now has new maintainers and I'm trying to catchup with PRs and Issues. Looks like this solves the problem so I'll merge the PR in so that the examples are working again before we investigate the code and work on improving it.