Thread.readMessage not support ios?

Thread.readMessage not support ios?

where to cs target in unity project and compile to ios ,

I found Thread.readMessage not support ios,

any idea?

We’ll need more information, it seems you target unity, so c#, do you use any libraries, what haxe version?

What do you mean by “not support ios”? Does it fail at haxe compilation, native compilation, runtime?

Which class are you using sys.thread.Thread - Haxe 4.2.1 API?
Can you share a sample code of how you are using it?

sorry ,it was fixed by use MainLoop.addTread to replace use Thread directly.