ceremonyclient icon indicating copy to clipboard operation
ceremonyclient copied to clipboard

[No need to merge] node level websocket test

Open PalanQu opened this issue 9 months ago • 0 comments

What I have done

  1. Add debug info in node/consensus/master/broadcast_messaging.go 22
  2. Run a node with config listenMultiaddr: /ip4/0.0.0.0/tcp/8336/ws
  3. Use wstest to send message to the node
  4. Print the debug info in node/consensus/master/broadcast_messaging.go 22
  5. Receive the response in wstest

PalanQu avatar May 11 '25 06:05 PalanQu