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.
ZMQ_REQ コンテキストで zmq を使用するクライアント アプリケーションとサーバー アプリケーションがあります。私が経験しているのは、サーバー コンポーネントがダウンするか利用できない場合、クライアントはメッセージを送信できるようになるまで待機するということです。クライアント レベルで最大待機時間またはタイムアウトを設定する方法はありますか?
zmq_poll(3)ゼロより大きいタイムアウトで使用できると思います。
zmq_poll(3)