問題タブ [hyperledger-fabric-sdk-js]
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.
hyperledger-fabric - Hyperledger Fabric: Datastream をリッスンし、トランザクションを送信する
SDK を使用して、または使用せずに新しいトランザクションを呼び出す場合、クライアントからピアへの通信を見つけるための最良の方法は何ですか? 送信されたものと、後でピアが送信したものを詳しく追跡したいと思います。
Wireshark では、TLS、gRPC/pb が原因で問題が発生しました。送信されたすべてのメッセージとトラフィックをリッスンする方法はありますか?
私が理解している限り、gRPC フレームワークは、Fabric でのみクライアント、ピア、オーダラー間の通信に使用されます。