@socketio.on('connect', namespace='/rv') def connect(): session_id = request.sid # as in the older answer socketio.emit("some_event", "Only seen to the ...
確定! 回上一頁