v1.0.1
v1.0.1
Fixed
solve()polling now follows the API recommendations: it waits before the firstgetTaskResultcall, and the defaultpolling_intervalis 5 seconds (was 3).- The
timeoutdeadline uses a monotonic clock, and the last sleep is clipped sosolve()never overshoots the deadline.
Full Changelog: v1.0.0...v1.0.1