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

Additional WS connection tracing #3060

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

bernardnormier
Copy link
Member

This PR adds more tracing to the WS transport (C++, C#, Java).

For example:

-- 11/04/24 16:50:18554 /Users/bernard/builds/ice/cpp/test/Ice/timeout/build/macosx/shared/client: Network: trying to establish ws connection to 127.0.0.1:12010
-- 11/04/24 16:50:18554 /Users/bernard/builds/ice/cpp/test/Ice/timeout/build/macosx/shared/client: Network: sent ws connection HTTP upgrade request
   local address = 127.0.0.1:50855
   remote address = 127.0.0.1:12010
-- 11/04/24 16:50:19555 /Users/bernard/builds/ice/cpp/test/Ice/timeout/build/macosx/shared/client: Network: failed to establish ws connection
   local address = 127.0.0.1:50855
   remote address = 127.0.0.1:12010
   connection establishment timed out

The "sent ws connection HTTP upgrade request" is new.

This could help understand #3048.

@bernardnormier bernardnormier merged commit a8d7095 into zeroc-ice:main Nov 5, 2024
19 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