Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable switching of networks and server #158
Enable switching of networks and server #158
Changes from 49 commits
f5379a5
76d8269
0305807
45d8582
3079d31
6428c49
eb052d3
a05d436
6d63c16
8fa5246
6ba6da3
e770ded
4e973c6
9fc82ef
265c9f7
bf3710c
86493cd
b7fb7a5
c451ad0
a3c8afb
0a39244
338eea4
96e6638
a6e173d
9461068
f7f0501
3453ded
5547cec
88e23e7
912fe7e
4ec5ab7
598432e
f32778d
03f842a
5021067
f0fa753
d62476f
a582522
16677ba
86627bd
b64a5d7
726cd64
b1e4e82
54e44b1
4eb1f51
30c1645
ca99376
ddd97dc
8ffd850
cfb0631
8a377d7
6888795
f56a805
7d80682
54b9d17
635a7dd
0a64fe6
f4f2300
e177028
855fed8
b86c98f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Improve error handling in stop() method.
The current implementation silently ignores errors, which could mask important issues.
Consider proper error handling:
📝 Committable suggestion