polkadot_api_cpp icon indicating copy to clipboard operation
polkadot_api_cpp copied to clipboard

Fix multiple connections per process

Open usetech-llc opened this issue 6 years ago • 0 comments

The following scenario breaks if done within one process, needs debugging:

  1. Connect
  2. Communicate
  3. Disconnect
  4. Connect again - fails here

usetech-llc avatar Oct 09 '19 11:10 usetech-llc