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

[MicroTVM] Use self.close_transport() on error #14872

Merged
merged 1 commit into from
May 18, 2023

Conversation

Lunderberg
Copy link
Contributor

Previously, the non-existent self.disconnect_transport() method was called prior to raising server.TransportClosedError(). This commit updates to call the self.close_transport() method instead.

Previously, the non-existent `self.disconnect_transport()` method was
called prior to raising `server.TransportClosedError()`.  This commit
updates to call the `self.close_transport()` method instead.
@tvm-bot
Copy link
Collaborator

tvm-bot commented May 17, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

@masahi masahi merged commit 19663b2 into apache:main May 18, 2023
@Lunderberg Lunderberg deleted the microtvm_close_transport branch May 18, 2023 15:16
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.

3 participants