I have no problem reading a full event stream, but when I try to read from version N, the connection will just hang until the timeout.
Master branch.
//event stream contains ~16000 events
var slice = await connection.ReadEventStreamForwardAsync(streamName, 1500, int.MaxValue);
Is this a know bug?
Thanks,
Chris