damccull / ravendb_client

2 stars 0 forks source link

Set up a timer to run while the DocumentStore is in memory that will periodically check topology updates #8

Closed damccull closed 2 years ago

damccull commented 2 years ago

The C# client apparently checks for topology updates and other updates on a timer. Need to add this to the library.

damccull commented 2 years ago

Timer now works every 5 seconds.