entropyxyz / sdk

Official JavaScript SDK for Entropy blockchain.
GNU Affero General Public License v3.0
7 stars 0 forks source link

randomly getting abnormal closure error #246

Closed benschac closed 8 months ago

benschac commented 8 months ago
2023-11-13 18:21:56          API-WS: disconnected from wss://localhost:8080: 1006:: Abnormal Closure
2023-11-13 18:21:57          API-WS: disconnected from wss://localhost:8080: 1006:: Abnormal Closure
2023-11-13 18:21:57          API-WS: disconnected from wss://localhost:8080: 1006:: Abnormal Closure
2023-11-13 18:21:58          API-WS: disconnected from wss://localhost:8080: 1006:: Abnormal Closure

sdk is the only thing in my env running a ws, assuming this is related to entropy-js

frankiebee commented 8 months ago

this has to do with polkadotjs and the web socket connection. Most likely dropping or not being able to disconnect. closing this issue in favor of #251