mbdavid / LiteDB

LiteDB - A .NET NoSQL Document Store in a single data file
http://www.litedb.org
MIT License
8.62k stars 1.25k forks source link

v5beta: exception with grpc #1397

Open fastlink30 opened 4 years ago

fastlink30 commented 4 years ago

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.

JensSchadron commented 4 years ago

@fastlink30 Could you try it again with the latest version of LiteDB (v5-RC)

fastlink30 commented 4 years ago

hi, i tryed with v5-rc, also updating the grpc library, error remain