MCPcopy
hub / github.com/miguelgrinberg/Flask-SocketIO / on_custom_event_broadcast

Function on_custom_event_broadcast

test_socketio.py:130–131  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

128
129@socketio.on('my custom broadcast event')
130def on_custom_event_broadcast(data):
131 emit('my custom response', data, broadcast=True)
132
133
134@socketio.on('my custom broadcast namespace event', namespace='/test')

Callers

nothing calls this directly

Calls 1

emitFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…