comit-network / app

Moved to
https://github.com/comit-network/taker-ui
MIT License
1 stars 1 forks source link

Debug peer disconnected SDK issue #14

Closed yosriady closed 4 years ago

yosriady commented 4 years ago

When calling the comitClient.retrieveSwapById, sometimes we come across the following issue that halts the entire swap:

[warning] (net) Peer disconnected with requested blocks.
[warning] (net) Resending sync...
[warning] (net) Peer disconnected with requested blocks.
[warning] (net) Resending sync...
[warning] (net) Peer disconnected with requested blocks.
[warning] (net) Resending sync...

Only restarting comit-scripts appears to resolve this issue.

yosriady commented 4 years ago

A duplicate issue already exists in the SDK repo.