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

Remove ice_timeout #214

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Remove ice_timeout #214

merged 1 commit into from
Jun 3, 2024

Conversation

externl
Copy link
Member

@externl externl commented Jun 3, 2024

No description provided.

@externl externl requested a review from pepone June 3, 2024 13:16
@@ -17,12 +17,12 @@ public static int Main(string[] args)
// The new communicator is automatically destroyed (disposed) at the end of the
// using statement
//
using(var communicator = Ice.Util.initialize(ref args, "config.client"))
using (var communicator = Ice.Util.initialize(ref args, "config.client"))
Copy link
Member

Choose a reason for hiding this comment

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

We should switch to using statements.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure, that's unrelated to this PR however.

@@ -59,10 +59,6 @@
{
$p = $p->ice_secure(true);
}
if(isset($_POST["timeout"]) and $_POST["timeout"] == "yes")
Copy link
Member

Choose a reason for hiding this comment

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

I suspect this demo wants to demonstrate invocation timeouts.

@externl externl merged commit a2329bd into zeroc-ice:main Jun 3, 2024
5 checks passed
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.

3 participants