rebus-org / Rebus.SqlServer

:bus: Microsoft SQL Server transport and persistence for Rebus
https://mookid.dk/category/rebus
Other
43 stars 42 forks source link

Transport fails on Rebus 6.4.0 #81

Closed Rensvind closed 3 years ago

Rensvind commented 3 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.

mookid8000 commented 3 years ago

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?