bytedreamer / OSDP.Net

A .NET Core control panel implementation of the Open Supervised Device Protocol(OSDP)
Apache License 2.0
47 stars 19 forks source link

fix: Reset retry counter after successful response. #91

Closed hallsbyra closed 2 years ago

hallsbyra commented 2 years ago

Today, only 3 retries in total are allowed per connection. This should clearly be 3 retries per request.