> DESC : a asynchronous network I/O library in golang
> DESC : a asynchronous network I/O library in golang
LICENCE : Apache License 2.0
LICENCE : Apache License 2.0
AUTHOR : https://github.com/sanbit
AUTHOR : https://github.com/sanbit
MAINTAINER : Alex Stocks
MAINTAINER : Alex Stocks
EMAIL : alexstocks@foxmail.com
EMAIL : alexstocks@foxmail.com
## develop history ##
## develop history ##
---
---
- 2016/08/24
- 2016/08/24
> delete session.go:Session:wg(atomic.WaitGroup). Add session.go:Session:grNum instead to prevent from (Session)Close() block on session.go:Session:wg.Wait()
> delete session.go:Session:wg(atomic.WaitGroup). Add session.go:Session:grNum instead to prevent from (Session)Close() block on session.go:Session:wg.Wait()
> version: 0.2.05
> add once for session.go:Session:done(chan struct{})
> version: 0.2.05
- 2016/08/23
- 2016/08/23
> do not consider empty package as a error in (Session)handlePackage
> do not consider empty package as a error in (Session)handlePackage
> version: 0.2.04
> version: 0.2.04
- 2016/08/22
- 2016/08/22
> rename (Session)OnIdle to (Session)OnCron
> rename (Session)OnIdle to (Session)OnCron
> rewrite server.go: add Server{done, wg}
> rewrite server.go: add Server{done, wg}
> add utils.go
> add utils.go
> version: 0.2.03
> version: 0.2.03
- 2016/08/21
- 2016/08/21
> add name for Session
> add name for Session
> add OnError for Codec
> add OnError for Codec
- 2016/08/18
- 2016/08/18
> delete last clause of handleRead
> delete last clause of handleRead
> add reqQ handle case in last clause of handleLoop
> add reqQ handle case in last clause of handleLoop