Skip to content

#1161: Fixed missing core client in the monitor service. #1162

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

Merged
merged 1 commit into from
Jul 11, 2022
Merged

Conversation

kittaakos
Copy link
Contributor

@kittaakos kittaakos commented Jul 10, 2022

Motivation

To fix non-functional monitor in IDE2.

Change description

Restored monitor service creation state before a36524e:
Pass core client-provider into new instances as a field.

This PR restores the state of the following files before #1132:

  • arduino-ide-extension/src/node/monitor-manager.ts (changes from breaking PR here),
  • arduino-ide-extension/src/node/monitor-service-factory.ts (here),
  • arduino-ide-extension/src/node/monitor-service.ts (here),
  • arduino-ide-extension/src/node/arduino-ide-backend-module.ts: (here)

Other information

Closes #1161

Reviewer checklist

  • PR addresses a single concern.
  • The PR has no duplicates (please search among the Pull Requests before creating one)
  • PR title and description are properly filled.
  • Docs have been added / updated (for bug fixes / features)

@kittaakos kittaakos requested review from AlbyIanna and per1234 July 10, 2022 05:46
@kittaakos kittaakos changed the title Fixed missing core client in the monitor service. #1161: Fixed missing core client in the monitor service. Jul 10, 2022
@kittaakos kittaakos added topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project topic: serial monitor Related to the Serial Monitor labels Jul 10, 2022
Restored monitor service creation state before a36524e:
Pass core client provider into new instances as a field.

Closes #1161

Signed-off-by: Akos Kitta <[email protected]>
Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

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

This fixes #1161 for me. Thanks Akos!

@kittaakos kittaakos merged commit f4a68e7 into main Jul 11, 2022
@kittaakos kittaakos deleted the #1161 branch July 11, 2022 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-functional Serial Monitor/Plotter
2 participants