Skip to content

context.Context friendly API #59

@harry-xm

Description

@harry-xm

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 {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions