bloxbean / yaci

A Cardano Mini Protocols implementation in Java
MIT License
22 stars 3 forks source link

Introduce a listener to listen to disconnect event #39

Open satran004 opened 9 months ago

satran004 commented 9 months ago

In certain applications, it is necessary to determine if a disconnection occurred during block fetching. By using this listener, the application can perform various cleanup tasks.