nknorg / nkn-sdk-go

Go implementation of NKN client and wallet
Apache License 2.0
58 stars 28 forks source link

Add *Node argument to connect and reconnect function #114

Closed billfort closed 1 year ago

billfort commented 1 year ago
  1. Add *Node argument to connect and reconnect function to avoid double reconnect when getting error WRONG_NODE ;
  2. Add test cases for client and multiclient send and receive data.