andyburke / UnityHTTP

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

Abort Request #65

Open whitespeed opened 8 years ago

whitespeed commented 8 years ago

How to abort requests?

johnslipper commented 7 years ago

Also looking how to do this. Can you just null, and recreate the request or will there be things left unresolved?