IBM-Blockchain-Archive / marbles

WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Apache License 2.0
1.02k stars 977 forks source link

change eventhub tx event code to keep connection up #172

Open dshuffma-ibm opened 7 years ago

dshuffma-ibm commented 7 years ago

apparently there are intermittent issues when rapidly connecting and disconnecting to the peer's eventhub. we should modify the fc_wrangler code to establish the connection once.

we would then register and de-register for specific tx events per invoke. (instead of connecting and disconnecting per invoke)