dashevo / js-dash-sdk

DEPRECATED Dash client-side library for wallet payment/signing and application development. (Wallet, DAPI, Primitives, BLS, ...)
https://dashevo.github.io/platform/SDK/
MIT License
36 stars 21 forks source link

fix: client doesn't stop syncing on disconnect #282

Closed shuplenkov closed 2 years ago

shuplenkov commented 2 years ago

Issue being fixed or feature implemented

When Client#disconnet method is called, it continues the syncing and might hang for a long period of time

What was done?

wallet-lib was updated to the latest version

How Has This Been Tested?

With tests

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only