injuryzy

Results 3 issues of injuryzy

我已经看了所有的issus。并没有发现我看见的问题,或许是我看漏了 , `func (s *UDPSession) Read(b []byte) (n int, err error) ` 这个函数如果读取完毕没有像传统的方式返回一个人io.EOF ,这使得我不能够使用ioutil等方法,我觉的如果返回io.EOF ,我们可以更好地获取数据,搭配别的包,或许这里面有你的设计思想,如果你的想法更好,你可以分享一下给我吗?谢谢

目前我想使用 TakeoutSession 这种会话 ,目前还没有使用 takesession 的方法

enhancement

### Please make sure of the following things. - [ ] I have read the [documentation](https://github.com/XZB-1248/Spark/blob/master/README.md). - [X] 我已阅读 [文档](https://github.com/XZB-1248/Spark/blob/master/README.ZH.md)。 - [ ] I'm sure there are no duplicate issues....

bug