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.
tornado IOStream のタイムアウトを設定するには?
私は次の方法で IOStream を構築しようとしました:
sock = socket.socket() sock.settimeout(5) self.stream = tornado.iostream.IOStream(sock)
しかし、私が呼び出すとstream.read_bytes()、それはまだ永遠に待ち続けます。
stream.read_bytes()