Skip to content
Discussion options

You must be logged in to vote

You can do this:

def my_event(data):
    store_data(data)
    sio.start_background_task(process_data, data)
    return callback_data

Then you write the data processing part in a separate process_data function.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@faraplay
Comment options

@miguelgrinberg
Comment options

Answer selected by faraplay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants