-
Notifications
You must be signed in to change notification settings - Fork 111
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
APP-7128 support modules on windows #4605
Open
abe-winter
wants to merge
15
commits into
viamrobotics:main
Choose a base branch
from
abe-winter:aw-more-windows
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+331
−244
Open
Changes from 14 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
43dd0f7
ftdc skips so it doesn't log a traceback
abe-winter a7d5c3a
tcp hacks
abe-winter dfb8423
TCP parent socket working on linux laptop
abe-winter 462a032
.exe and zip
abe-winter 2501922
cleanup and lint
abe-winter 64e07a9
remove '|| true' from win guard
abe-winter 8e5e25b
EnvTrueValues, ViamTCPSockets
abe-winter 9322b49
use ViamTCPSockets in robot/web/web
abe-winter c3eb667
share TCPRegex
abe-winter 9f8492c
track `nextPort` in Manager struct, `port` in module struct
abe-winter 6e2e3c4
tcp != unix apparently
abe-winter b201852
run TestModManagerFunctions in tcp mode
abe-winter a7edf0a
clean up after merge
abe-winter 3c8f147
solve import cycle
abe-winter 546e660
comment the skip
abe-winter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
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.
What happens when a port is occupied?
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.
when a port is occupied, this breaks; long term, we need a better way to do this. can potentially request an unused port (
:0
) and have module report to RDK via the parent socket, but that's more plumbingThere 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.
I'm perfectly cool with this. I'd recommend copying that expectation into the documentation: