RobotsAndPencils / buford

A push notification delivery engine for the new HTTP/2 APNS service.
MIT License
475 stars 52 forks source link

Timeouts no longer working in v0.10.0 #72

Closed nathany closed 8 years ago

nathany commented 8 years ago

@leopay reports that net.http.client.Timeout no longer works since moving away from Client.Do in https://github.com/RobotsAndPencils/buford/commit/2d03c359eab35051daee2c71485309361639bed1 (necessary to get the type assertion to GoAwayError).

nathany commented 8 years ago

@leopay #73 should solve this.

nathany commented 8 years ago

@leopay This should work again in v0.11.0. Thanks for the report.