問題タブ [request-response]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
166 参照

node.js - Node js :- Response chunks to file re-named with content-disposition

I am trying to get a document (pdf/docx/zip/..) from an API and save it with the file name received at content-disposition in response header. I have tried the below methods. But either the file is not saved with the actual file name or the file is saved with corrupted (0kb) file. I have been trying this for 2 days now. Could someone point out where this is going wrong ?

0 投票する
1 に答える
223 参照

nservicebus - NServiceBus 7 - 複数の連続したリクエストを送信する方法は?

NServiceBus と RabbitMQ を使用して複数の連続したリクエストを作成しようとしています。これが私のコードです

プログラムを実行すると、2 回目のリクエスト試行で次の例外が発生します。

コードを変更して Send メソッドを呼び出し、応答用のハンドラーを用意できることはわかっていますが、なぜそれが要求で機能しないのかはまだわかりません。機能させるにはどうすればよいですか?

2 番目の呼び出しで送信オプションを渡さずに、メッセージ ID を設定しようとしましたが、何も機能していないようです。これはバグかもしれないと思います。

動作を再現するサンプルプロジェクトを作成し、GitHub で共有しました。ここにリンクがあります。RabbitMQ インスタンスが必要であることを指摘することが重要です。私の場合、デフォルトのゲスト ユーザー/パスワードを使用してローカル ( http://localhost:15672 ) にセットアップしました。