Flask - WebSocket and Real-Time
What is wrong with this Flask-SocketIO event handler?
@socketio.on('disconnect')
def on_disconnect():
print('Client disconnected')
socketio.emit('user_left')
