You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the code wrapping/calling the FileLister handler will return an io.EOF (indicating the end of the list) when the underlying handler returns 0 entries. I've come upon a situation where it is possible to return 0 entries in one batch, but still possibly have more entries to send.