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

v1.0.7 calls time.Until() which requires golang 1.8 or later #34

Closed
rogers0 opened this issue Aug 26, 2018 · 1 comment
Closed

v1.0.7 calls time.Until() which requires golang 1.8 or later #34

rogers0 opened this issue Aug 26, 2018 · 1 comment

Comments

@rogers0
Copy link
Contributor

rogers0 commented Aug 26, 2018

v1.0.7 calls time.Until() which requires golang 1.8 or later. I hope kcptun can still run on Debian Stretch (stable). So could you make a patch to avoid using time.Until()?
Thank you!

enclosed is the log I build under stretch.

src/github.com/xtaci/smux/session.go:121: undefined: time.Until
src/github.com/xtaci/smux/stream.go:58: undefined: time.Until
src/github.com/xtaci/smux/stream.go:90: undefined: time.Until
@rogers0
Copy link
Contributor Author

rogers0 commented Aug 28, 2018

seems just need to revert 99d8597.

@rogers0 rogers0 closed this as completed Aug 28, 2018
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