varlink / go

Golang implementation of the Varlink protocol
https://godoc.org/github.com/varlink/go/varlink
Apache License 2.0
55 stars 57 forks source link

Add context support #15

Closed johanbrandhorst closed 4 years ago

johanbrandhorst commented 4 years ago

Use context methods in all calls that may block on the network.

johanbrandhorst commented 4 years ago

I intend to fix this.