diff options
Diffstat (limited to 'qpid/dotnet/Qpid.Client/Client/Failover/FailoverHandler.cs')
| -rw-r--r-- | qpid/dotnet/Qpid.Client/Client/Failover/FailoverHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/dotnet/Qpid.Client/Client/Failover/FailoverHandler.cs b/qpid/dotnet/Qpid.Client/Client/Failover/FailoverHandler.cs index 89a9809253..aa79749b41 100644 --- a/qpid/dotnet/Qpid.Client/Client/Failover/FailoverHandler.cs +++ b/qpid/dotnet/Qpid.Client/Client/Failover/FailoverHandler.cs @@ -121,7 +121,7 @@ namespace Qpid.Client.Failover if (_connection.FirePreResubscribe()) { _log.Info("Resubscribing on new connection"); - _connection.ResubscribeSessions(); + _connection.ResubscribeChannels(); } else { |
