Skip to content

Fix for Reset-After not handling parsing correctly.

Created by: Neuheit

Summary

Fixes an issue reported by a user in DAPI that made their bot unable to connect due to a parsing error.

Details

I was unable to reproduce this issue, but I am certain that it is because of this line. I did not account for multiple language formats using the library and thus forgot to specify invariant culture for one of the double.Parse().

Merge request reports

Loading