We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the remote function is not executed in a separate thread seen in the following listing shows.
... # Send execution validation response.result = msg.arguments[0] self._rpc.send(response) result = fun(call.get_method_args()) # Send Result msg_result = MRequest() ...
We should change this in order to implement a proper management and enable killing of plugins.
The text was updated successfully, but these errors were encountered:
This is related to #7 Will implement this without the ability to "kill" single threads. Further discussion is required
Further discussions in #7
Sorry, something went wrong.
Implemented threading for #3. #7 has to be discussed
5a21cba
bontric
No branches or pull requests
Currently the remote function is not executed in a separate thread seen in the following listing shows.
We should change this in order to implement a proper management and enable killing of plugins.
The text was updated successfully, but these errors were encountered: