You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
When the someObject.Callback handler is called the main thread stops when trying to get the SomeObject2 object. My solution to this is to create a new thread in the signal handler and from there access SomeObject2. That seems to work just fine. Am I missing something?
Running in Mono 4.6.2 on Ubuntu 16.04.
The text was updated successfully, but these errors were encountered:
Hey,
Getting an object inside a signal handler seems to block execution on the main thread when running an Iterate loop inside a separate thread. Example:
When the someObject.Callback handler is called the main thread stops when trying to get the SomeObject2 object. My solution to this is to create a new thread in the signal handler and from there access SomeObject2. That seems to work just fine. Am I missing something?
Running in Mono 4.6.2 on Ubuntu 16.04.
The text was updated successfully, but these errors were encountered: