hangfire-postgres / Hangfire.PostgreSql

PostgreSql Storage Provider for Hangfire
Other
358 stars 132 forks source link

Return new connection string builder instance if connection string changes #344

Closed svetrivel closed 7 months ago

svetrivel commented 7 months ago

Fixes issue #343

Refactor NpgsqlInstanceConnectionFactoryBase to return updated connection string builder instances when connection string changes.