Bitchiko Tchelidze

Results 3 issues of Bitchiko Tchelidze

The direct reference on Microsoft.AspNetCore.Mvc.Core package version 2.2.5 brings all the depencies of that version into the project when you try to install a package for say asp.net core 3...

When 2 concurrent client tries retrieves the same version of `Resource` and then tries to update, client is not notified that it's write request was rejected, instead https://github.com/devmentors/Pacco.Services.Availability/blob/master/src/Pacco.Services.Availability.Infrastructure/Mongo/Repositories/ResourcesMongoRepository.cs#L31 fails silently.

_Problem_: When publishing a message under the following conditions - using MemoryStreams - Stream is inactive, meaning it's not in the `PersistentStreamPullingAgent.pubSubCache` - Messages cache is empty, meaning `PersistentStreamPullingAgent.queueCache` has...