Skip to content
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

chore(agent): receive mode on initialization #3927

Closed
wants to merge 1 commit into from

Conversation

henrybarreto
Copy link
Member

It was noticed that we could remove the mode field from the Agent's structure if we used it on the Initialization method, decreasing a bit the complexity of the structure and its requirements to be created. Beyond that, now we also create the SSH server in the initialization, taking advantage of this change.

@henrybarreto henrybarreto self-assigned this Jun 27, 2024
@henrybarreto henrybarreto requested a review from a team as a code owner June 27, 2024 20:01
It was noticed that we could remove the `mode` field from the Agent's
structure if we used it on the `Initialization` method, decreasing a bit
the complexity of the structure and its requirements to be created.
Beyond that, now we also create the SSH server in the initialization,
taking advantage of this change.
@henrybarreto henrybarreto force-pushed the chore/agent_mode_on_initialization branch from 3515d39 to 37a332f Compare June 28, 2024 11:52
@henrybarreto henrybarreto deleted the chore/agent_mode_on_initialization branch August 22, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant