Tristan
08/02/2021, 4:59 PMNativeClass
and MyClass
are being created in the same thread. So when NativeClass
's method is calling self.myClass
I expect it to be working just fine, but somehow it is not. Like NativeClass
has been moved to another thread, and MyClass
did not.