hyperledger / firefly-tokens-erc20-erc721

ERC20 and ERC721 token integration
https://github.com/hyperledger/firefly-tokens-erc20-erc721
Apache License 2.0
20 stars 22 forks source link

Disconnect websocket from FireFly when WS from EVMConnect is disconnected #158

Closed EnriqueL8 closed 5 months ago

EnriqueL8 commented 5 months ago

This is to allow FireFly to resend which event streams we care about but it does force restart the namespace of FireFly! On the FireFly side if it gets a disconnect it will cancelCtx of the namespace.

EnriqueL8 commented 5 months ago

I don't think we need this in this way