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 25, 2019. It is now read-only.
After PR #75 (Multithreaded HTTPRequests) has landed tidy up HTTPRequest.cs and get rid of as many as possible of those intermingled conditionals (#if NETFX_CORE, #if UNITY, #if !NETFX_CORE && !UNITY, ...).
The text was updated successfully, but these errors were encountered:
After PR #75 (Multithreaded HTTPRequests) has landed tidy up
HTTPRequest.cs
and get rid of as many as possible of those intermingled conditionals (#if NETFX_CORE
,#if UNITY
,#if !NETFX_CORE && !UNITY
, ...).The text was updated successfully, but these errors were encountered: