AnyCable v0.4.1 Release Notes

Release Date: 2017-01-24 // about 7 years ago
    • Introduce fake socket instance to handle transmissions and streams. ([@palkan][])

    • 👉 Make commands handling more abstract. ([@palkan][])

    We now do not explicitly call channels action but use the only one entrypoing for all commands:

    connection.handle_channel_command(identifier, command, data)
    

    This method should return true if command was successful and false otherwise.