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

Fix missing API calls #913

Merged
merged 3 commits into from
Sep 27, 2024
Merged

Fix missing API calls #913

merged 3 commits into from
Sep 27, 2024

Conversation

csimong
Copy link
Contributor

@csimong csimong commented Sep 24, 2024

Some API calls could not finish since the connection was closed after creating it.
We have had a new line to get the server response and then close the connection. In addition, we have added a timeout of 2 seconds on the client side.

Finally, we have implemented the API call-sending process before printing the finished message to avoid user misunderstandings.

@MartinSalinas98 MartinSalinas98 added the bug Something isn't working label Sep 24, 2024
xmipp Show resolved Hide resolved
@MartinSalinas98
Copy link
Collaborator

Btw: SonarCloud has had a major outage this morning, and, while they are back up now, they don't seem to have received the code scanning request from this PR. Try pushing any dummy commit to trigger a rescan before this gets merged.

Copy link

sonarcloud bot commented Sep 27, 2024

@MartinSalinas98 MartinSalinas98 merged commit e324fdd into devel Sep 27, 2024
6 checks passed
@MartinSalinas98 MartinSalinas98 deleted the csg_fix_api_calls branch September 27, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants