facil.io v0.5.1 Release Notes

  • ๐Ÿ›  Fix: (sock) Fixed an issue where sock_flush would always invoke sock_touch, even if no data was actually sent on the wire.

    ๐Ÿ›  Fix: (sock) fixed a possible issue with sock_flush_strong which might have caused the facil.io to hang.

    ๐Ÿ›  Fix: (Websocket) fixed an issue with fragmented pipelined Websocket messages.

    ๐Ÿ”‹ Feature: (facil) easily force an IO event, even if it did not occur, using facil_force_event.