Glue v1.2.0 Release Notes

Release Date: 2015-08-11 // over 8 years ago
    • ๐Ÿ›  Several small fixes and improvements.

    โž• Added

    • โž• Added channel support to communicate in different channels.
    • Sockets are added to a map of active sockets.
    • A list of active sockets can be retrieved with glue.Sockets().
    • โž• Added unique ID for each socket.
    • โž• Added Release function to block new incoming connections and to close all current connected sockets.
    • โž• Added socket.Value interface to store custom data.
    • โž• Added glue socket protocol versions check during socket connection initialization.

    โœ‚ Removed

    • Removed discard_send_buffers from the frontend library. Use the discard callback in the send function instead.