gnet v1.0.0-beta.9 Release Notes

Release Date: 2019-10-27 // over 4 years ago
  • ๐Ÿ› Bug occurs when clients are interrupted during sending and receiving data with invoking Conn.AsyncWrite, the root cause of this bug is that there is no proper action to handle closing one connection repeatedly
    in gnet.

    ๐Ÿš€ This release has fixed this bug by checking out whether every closing connection is valid, if not, gnet just ignore it.