github sparckles/Robyn v0.15.1
Websocket ids now accessible in websocket functions

latest releases: v0.66.0, v0.65.1, v0.65.0...
3 years ago

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.15.1

Now, you can access web socket uuids from the functional calls

@websocket.on("message")
async def connect(websocket_id):
    print(websocket_id)
    global i
    i += 1
    if i == 0:
        return "Whaaat??"
    elif i == 1:
        return "Whooo??"
    elif i == 2:
        i = -1
        return "*chika* *chika* Slim Shady."

Don't miss a new Robyn release

NewReleases is sending notifications on new releases.