cloudwu / sproto

Yet another protocol library like google protocol buffers , but simple and fast.
MIT License
942 stars 253 forks source link

不明白为什么不考虑字节存储顺序问题? #25

Closed wolfand11 closed 9 years ago

wolfand11 commented 9 years ago

当客户端和服务器不同字节存储顺序,整数和unicode字符串数据都会出错。

cloudwu commented 9 years ago

你试过了 "当客户端和服务器不同字节存储顺序" 时会有问题?

wolfand11 commented 9 years ago

@cloudwu 我没试过。没仔细看,原来是在encode_integer todword 这些里面做的。