Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Flask-SocketIO アプリケーションがあります。socketio.emit()別のスレッドから安全に呼び出すことはできますか? アトミックはsocketio.emit()通常のようsocket.send()ですか?
socketio.emit()
socket.send()