WalletConnect / a2

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

Add "tcp" feature to Hyper #61

Closed ajevans99 closed 1 year 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 1 year 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.