Nest.Time Casting Error

Hi
With the new Nest upgrade to 7.17,
I'm getting this error

Scroll = {"Unable to cast object of type 'System.TimeSpan' to type 'Nest.Time'

On

Client.Scrollall<T>(new ScrollAllRequest(_halfminute, 5) {Search = query});

I already changed the "_halfminute" to a Nest.Time, but I'm still getting the error which breaks my application.
Any suggestions?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.