Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

update to latest tower and tower-hyper updates #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jxs
Copy link

@jxs jxs commented Apr 25, 2019

Reconnect is still missing though, I couldn't plug it with Hyper's Connect MakeService
is there currently a way to?

let client = hyper
.make_service(dst)
.map_err(|err| eprintln!("Connect Error {:?}", err))
.map(|conn| {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use the ServiceBuilder here.

@bsdinis
Copy link

bsdinis commented Feb 26, 2021

should this PR be abandoned? is anyone sheperding this?

@davidpdrsn
Copy link
Member

Feels like this repo should probably be archived. There are similar examples in tower-http:

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

Successfully merging this pull request may close these issues.

4 participants