As far I can see in the code, maxIdleTimeMS option (url) is currently skipped (as well as keepalive). This is causing idle connection issues on Azure which suggests adding maxIdleTimeMS=120000 to connection string. Is it currently considered while connecting? Should I take care about these options or just let it reconnect again, re-issue query after AutoReconnect exception?
As far I can see in the code,
maxIdleTimeMSoption (url) is currently skipped (as well as keepalive). This is causing idle connection issues on Azure which suggests addingmaxIdleTimeMS=120000to connection string. Is it currently considered while connecting? Should I take care about these options or just let it reconnect again, re-issue query afterAutoReconnectexception?