anacrolix / utp

Use anacrolix/go-libutp instead
https://github.com/anacrolix/go-libutp
Mozilla Public License 2.0
173 stars 35 forks source link

Fix usage of context in Socket.DialContext #27

Closed tsuzu closed 6 years ago

tsuzu commented 6 years ago

We cannot use context.WithCancel() now, but this is undesirable.

anacrolix commented 6 years ago

Thanks. If you can, I recommend switching to go-libutp.