問題タブ [node-streams]
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.
javascript - 「同期」nodejs変換ストリームを作成するには?
現在、「ChunkingStream」という名前の変換ストリームを使用して、TCP ソケットからデータを受信して処理しています (そして、他の場所にパイプします)。一般的な構造は、nodejs doc に示されている例とほぼ同じです。
ただし、この問題ではデータ チャンクの順序が重要であり、呼び出しのように見えるため、次のようになります。
非同期です。
したがって、上記の呼び出しを同期させる方法はありますか?? 乾杯!