andyburke / UnityHTTP

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

to avoid access to Application and SystemInfo in Request thread #34

Closed darl2ng closed 9 years ago

darl2ng commented 9 years ago

It's a quick hack to avoid the exception error while requests are not issued within the main thread.