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

Fixed network response error + timeout handling #1663

Merged
merged 2 commits into from
Mar 2, 2022
Merged

Fixed network response error + timeout handling #1663

merged 2 commits into from
Mar 2, 2022

Conversation

Ice3man543
Copy link
Member

@Ice3man543 Ice3man543 commented Mar 1, 2022

Proposed changes

Closes #1609

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit/integration/regression tests etc.) with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@sonarcloud
Copy link

sonarcloud bot commented Mar 1, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

66.7% 66.7% Coverage
0.0% 0.0% Duplication

@ehsandeep ehsandeep merged commit db8f8b4 into dev Mar 2, 2022
@ehsandeep ehsandeep deleted the network-fix branch March 2, 2022 07:22
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.

When processing network requests, if read block more than 1024*8,will be error.
3 participants