Closed janwytze closed 7 years ago
Disabled random access because it is barely supported by any client. I did some research and it might work by using the .skip(i) method on a stream. But it isn't easy to test because clients don't support it.
.skip(i)
Disabling it should be fine then.
Disabled random access because it is barely supported by any client.
I did some research and it might work by using the
.skip(i)
method on a stream. But it isn't easy to test because clients don't support it.