opentensor / bittensor

Internet-scale Neural Networks
https://www.bittensor.com/
MIT License
865 stars 304 forks source link

Fix reconnection issue for 'staging` #2281

Open roman-opentensor opened 2 weeks ago

roman-opentensor commented 2 weeks ago

Describe the bug

subtensor doesn't have the reconnection logic for closed and broken pipe ws connections.

To Reproduce

Option 1:

Option 2:

Expected behavior

In both described options the instance has to recreate the connnection

roman-opentensor commented 2 weeks ago

Fix https://github.com/opentensor/bittensor/pull/2280