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

🔥 Remove socket connection instantiation #251

Merged
merged 2 commits into from
Nov 15, 2021

Conversation

rubenaeg
Copy link
Contributor

@rubenaeg rubenaeg commented Nov 9, 2021

Proposed changes

This PR introduces a fix to the CLI, which disables/removes the socket connection instantiation to the Jovo Debugger from jovov4 run.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

Since the socket connection is now instantiated in the Debugger plugin itself, introduced [here](jovotech/jovo-framework#1060), it is not necessary in the Jovo CLI anymore.
@rubenaeg rubenaeg added Bug v4 Issues/PRs for v4 of the Jovo CLI labels Nov 9, 2021
@rubenaeg rubenaeg added this to the v4 milestone Nov 9, 2021
@rubenaeg rubenaeg merged commit 3dbf642 into v4/dev Nov 15, 2021
@rubenaeg rubenaeg deleted the v4/fix/duplicate-debugger branch November 15, 2021 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug v4 Issues/PRs for v4 of the Jovo CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants