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

Bugfix/#43 fix controller restart on config change #104

Merged

Conversation

DivineThreepwood
Copy link
Member

📜 Description

Changes proposed in this pull request:

  • fix re-instating CoroutineScope on activate in RPCServerImpl

@@ -31,7 +31,7 @@
class RPCServerImpl(
scope: Scope,
config: CommunicatorConfig,
dispatcher: CoroutineDispatcher? = GlobalCachedExecutorService.getInstance().executorService.asCoroutineDispatcher()
private val dispatcher: CoroutineDispatcher? = GlobalCachedExecutorService.getInstance().executorService.asCoroutineDispatcher(),

Check warning

Code scanning / detekt

Line detected that is longer than the defined maximum line length in the code style.

Line detected that is longer than the defined maximum line length in the code style.
Copy link
Member Author

@DivineThreepwood DivineThreepwood left a comment

Choose a reason for hiding this comment

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

from my side everything is fine.

@lhuxohl lhuxohl removed their assignment Aug 1, 2023
@DivineThreepwood DivineThreepwood merged commit f1c3e42 into dev Aug 1, 2023
@DivineThreepwood DivineThreepwood deleted the bugfix/#43_fix_controller_restart_on_config_change branch August 1, 2023 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants