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

Add "tcp" feature to Hyper #61

Merged
merged 1 commit into from Aug 15, 2022
Merged

Conversation

ajevans99
Copy link
Contributor

@ajevans99 ajevans99 commented Jan 24, 2022

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
Copy link
Contributor

HarryET commented Aug 15, 2022

👋🏼 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.

@HarryET HarryET merged commit bfe8ef3 into WalletConnect:master Aug 15, 2022
jrconlin added a commit to mozilla-services/a2 that referenced this pull request Sep 22, 2022
* Derive Deserialize for APS and sub-structs
* Add Client::certificate_parts to support more use cases
* Fix stack-overflow in Error's Display impl
  Also removed some deprecated impls and changed the "reason" string from
  the debug string to the human-readable message.

* Bump to v0.6.2
* Migrate to new maintainers
* fix: Adds tcp feature to hyper (WalletConnect#61)

Co-authored-by: Mark Drobnak <mdrobnak@mozilla.com>
Co-authored-by: Julius de Bruijn <bruijn@prisma.io>
Co-authored-by: Julius de Bruijn <julius+github@nauk.io>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rich Neswold <neswold@fnal.gov>
Co-authored-by: Alex Hortopan <alex@hortopan.com>
Co-authored-by: Harry Bairstow <h.bairstow22@gmail.com>
Co-authored-by: Austin Evans <austinjevans@me.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants