gateway
gateway copied to clipboard
Gateway - Hummingbot client crashed after gateway relaunch on a change of config
Describe the bug
When testing https://github.com/hummingbot/gateway/pull/403 and accidentally added a wrong nodeURL using gateway config command, observed that after it reconnected and successfully updated the config and you happen to closed the gateway connection manually the connection to port 15888 is still active
- On the screenshot above, the gateway was already closed and run
lsof -t :15888to list where 15888 is active
- On the screenshot, observed that hummingbot crashed
539628 killed bin/hummingbot_quickstart.py -p a
Steps to reproduce
- Update any config using
gateway configand wait until it reconnects - On terminal, manually close gateway and run
lsof -t :15888to check if port 15888 still in use - Relaunch gateway and observe hummingbot client
Release version
dev-2.4.0
Type of installation
Source
Attach required files
I believe this bug is now fixed in v2.8, but please confirm.
I believe this bug is now fixed in v2.8, but please confirm.
This is still existing issue:
- To reproduce:
- On hummingbot, update any gateway config and wait until gateway reconnects successfully
- On gateway, relaunch gateway