andyburke / UnityHTTP

A TcpClient-based HTTP library for Unity.
GNU General Public License v2.0
593 stars 147 forks source link

Is that possible to do HTTP request in a child thread? #43

Open sqy12 opened 9 years ago

sqy12 commented 9 years ago

I think it's quite different from what Coroutine does. Because I want two threads(Main thread and child thread) running. But always got exceptions while doing so.