ravendb / quartznet-RavenDB

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

Fixing NullReferenceExeption + Fixing how some queries are executed #18

Closed mouradchama closed 2 years ago

mouradchama commented 2 years ago

Hello,

I have fixed some bugs discovered on the latest version.

  1. We have a NullReferenceException when no Scheluer is present in the Database, It happens on the first execution.
  2. Two queries are exeted synchronously ( with ToList method instead of ToListAsync method) on the asynchronous Session (IAsyncDocumentSession)

this is the pull request: https://github.com/ravendb/quartznet-RavenDB/pull/17

Regards, Mourad

ayende commented 2 years ago

Thanks, merged.