Merge pull request #95 from stephen-turner/CA-137829

CA-137829 CA-137959 Revert fix to CA-108676 because of collateral damage
This commit is contained in:
Mihaela Stoica 2014-06-17 10:37:29 -07:00
commit d0c40d92b7

View File

@ -60,7 +60,7 @@ namespace XenAPI
_proxy.RequestEvent += LogRequest;
_proxy.ResponseEvent += LogResponse;
_proxy.Proxy = Proxy;
_proxy.ConnectionGroupName = Guid.NewGuid().ToString(); // this will force the Session onto a different set of TCP streams (see CA-108676)
// reverted because of CA-137829/CA-137959: _proxy.ConnectionGroupName = Guid.NewGuid().ToString(); // this will force the Session onto a different set of TCP streams (see CA-108676)
}
public Session(Proxy proxy, IXenConnection connection)