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

[RSDK-9165] Stop sessions when unimplemented received #399

Merged

Conversation

njooma
Copy link
Member

@njooma njooma commented Oct 29, 2024

No description provided.

@@ -32,7 +32,7 @@ export default class SessionManager {

private get client() {
const transport = this.deferredTransport();
return createPromiseClient(RobotService, transport);
return createClient(RobotService, transport);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the change to createClient?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

createPromiseClient is deprecated in favor of plain old createClient

@njooma njooma merged commit 3aeb2eb into viamrobotics:main Oct 30, 2024
3 checks passed
@njooma njooma deleted the RSDK-9165/unimplemented-stop-sessions branch October 30, 2024 17:39
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.

4 participants