Allenxuxu / gev

🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
MIT License
1.73k stars 194 forks source link

cant download #55

Closed parsidev closed 3 years ago

parsidev commented 3 years ago

Hello. i want to download this module. but i cant.

$ go get -u -v github.com/Allenxuxu/gev
github.com/Allenxuxu/gev/connection
github.com/Allenxuxu/gev/connection
/home/m_parsa/go/pkg/mod/github.com/!allenxuxu/gev@v0.1.9/connection/connection.go:65:31: cannot use int(time.Now().Unix()) (type int) as type int64 in argument to conn.activeTime.Swap
/home/m_parsa/go/pkg/mod/github.com/!allenxuxu/gev@v0.1.9/connection/connection.go:137:28: cannot use int(time.Now().Unix()) (type int) as type int64 in argument to c.activeTime.Swap
$ go version
go version go1.16 linux/amd64

Please help me. thanks

Allenxuxu commented 3 years ago

Try this version v0.1.10