All Versions
37
Latest Version
Avg Release Cycle
14 days
Latest Release
1047 days ago

Changelog History
Page 4

  • v1.0.0-beta.9 Changes

    October 27, 2019

    πŸ› 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.

  • v1.0.0-beta.8 Changes

    October 25, 2019

    Set up a connections pool and add new API: conn.Wake() for waking up connection.

  • v1.0.0-beta.7 Changes

    October 22, 2019

    Optimizations in epoll and kqueue syscalls.

  • v1.0.0-beta.6 Changes

    October 20, 2019

    ⚑️ Optimize event-loop in handling events.

  • v1.0.0-beta.5 Changes

    October 19, 2019

    ⚑️ Optimized and structured reactors of epoll and kqueue.

  • v1.0.0-beta.4 Changes

    October 14, 2019

    ⬆️ Upgrade goroutine pool of ants.

  • v1.0.0-beta.10 Changes

    October 27, 2019

    πŸ› 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 connection triggered in event-loop is valid, if not, gnet just ignore it.