Skip to content

Docs say ChatKitServer.action() is "async def", but it's actually just normal "def" #48

@paul-felt

Description

@paul-felt

The official docs give guidance to handle actions by overriding ChatKitServer.action with an async def:

async def action(

But in the actual code it's just a normal def:

def action(

This causes errors if you try to follow the docs. Should either update the docs or else change the action to an async def

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions