Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace ConnectionTimeoutException by ConnectionIdleException #2078

Merged
merged 5 commits into from
Apr 29, 2024

Conversation

bernardnormier
Copy link
Member

This PR removes replaces ConnectionTimeoutException by ConnectionIdleException in C++ and derived languages.

That's the exception that is "thrown" by the idle check when it aborts a connection.

matlab/lib/+Ice/ConnectionIdleException.m Outdated Show resolved Hide resolved

% Copyright (c) ZeroC, Inc. All rights reserved.

classdef ConnectionIdleException < Ice.LOcalException
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
classdef ConnectionIdleException < Ice.LOcalException
classdef ConnectionIdleException < Ice.LocalException

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know MATLAB well, doe this class ever get loaded during the tests? I would expect it to fail.

@bernardnormier bernardnormier merged commit e9f717e into zeroc-ice:main Apr 29, 2024
17 checks passed
@bernardnormier bernardnormier deleted the acm8 branch May 10, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants