ravendb / quartznet-RavenDB

RavenDB JobStore support for Quartz.NET scheduler.
Apache License 2.0
27 stars 19 forks source link

Fixed NullReferenceException + Fixed Executing a query synchronously on an asynchronous ravenDbSession #17

Closed mouradchama closed 2 years ago

mouradchama commented 2 years ago

Fixed NullReferenceException: when no Scheduler is present in the Database (first execution).

Fixed executing synchronously query with an asynchronous ravenDb session