funny / link

Go语言网络层脚手架
Do What The F*ck You Want To Public License
1.62k stars 385 forks source link

overflows int #53

Closed evilloop closed 6 years ago

evilloop commented 7 years ago
➜  basetcpserver go run server.go 
# github.com/funny/link/codec
../../github.com/funny/link/codec/fixlen.go:57: constant 4294967295 overflows int
../../github.com/funny/link/codec/fixlen.go:58: constant 4294967295 overflows int
../../github.com/funny/link/codec/fixlen.go:60: constant 4294967295 overflows int
../../github.com/funny/link/codec/fixlen.go:61: constant 4294967295 overflows int
../../github.com/funny/link/codec/fixlen.go:137: c.fixlenReadWriter.recvBuf.Reset undefined (type bytes.Reader has no field or method Reset)

运行demo的时候报了这个错,我是新手

bg5sbk commented 7 years ago

是不是32位机

bg5sbk commented 6 years ago

太久了,关了