Closed Rensvind closed 4 years ago
If updating to Rebus 6.4.0 the transport fails on the following https://github.com/rebus-org/Rebus.SqlServer/blob/1f7c49fe44b052228d0227851f71964c3ab79f76/Rebus.SqlServer/SqlServer/Transport/SqlServerTransport.cs#L95 since the parameter intervalSeconds has been renamed to interval and has changed type from int to TimeSpan.
I have a pull request that fixes the issue.
aw bummer, sorry about that! I've released Rebus 6.4.1 where I've reverted this particular API change ... could you try that and see if it fixes your issue?
If updating to Rebus 6.4.0 the transport fails on the following https://github.com/rebus-org/Rebus.SqlServer/blob/1f7c49fe44b052228d0227851f71964c3ab79f76/Rebus.SqlServer/SqlServer/Transport/SqlServerTransport.cs#L95 since the parameter intervalSeconds has been renamed to interval and has changed type from int to TimeSpan.
I have a pull request that fixes the issue.