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

context.Context friendly API #59

Open
harry-xm opened this issue May 21, 2021 · 0 comments
Open

context.Context friendly API #59

harry-xm opened this issue May 21, 2021 · 0 comments

Comments

@harry-xm
Copy link

Done() chan struct{}

Done() in context.Context returns a <-chan struct{}, which is not compatible with vice.Transport.

	*Transport does not implement vice.Transport (wrong type for Done method)
		have Done() <-chan struct {}
		want Done() chan struct {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant