-
-
Notifications
You must be signed in to change notification settings - Fork 260
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When testing #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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

