when server start streaming data (enumerable) to client give error
if i use vs 5.0alpha2 not happen
sorry but at the moment i can't show the exception, anyway i see from the exception that litedb close the reader and the database, but after the program throw exception, seems that happen when some concurrent query must be elaborate, my main page have 2 components wich access trought grpc data on litedb, the first query finish correctly the 2nd not.
blazor, net core 3.1, litedb 5.0beta
when server start streaming data (enumerable) to client give error
if i use vs 5.0alpha2 not happen
sorry but at the moment i can't show the exception, anyway i see from the exception that litedb close the reader and the database, but after the program throw exception, seems that happen when some concurrent query must be elaborate, my main page have 2 components wich access trought grpc data on litedb, the first query finish correctly the 2nd not.