BSiLabs / HttpTracer

MIT License
172 stars 13 forks source link

Await send method on httphandler melts it down #5

Closed DanielCauser closed 6 years ago

DanielCauser commented 6 years ago

If we await the base method on a get it is melting down. need to figure it out.

https://github.com/TorontoMobileDevelopers/HttpTracer/blob/master/src/HttpTracer/HttpTracerHandler.cs#L47

dylanberry commented 6 years ago

Working on this now.