get_object
may be blocked
#237
streetycat
started this conversation in
General
Replies: 1 comment 2 replies
-
get_object these interfaces, if the cross-device or even cross-zone call, is likely to take longer, so your "blocked" problem here need to clarify a few points first:
At present, cyfs-stack uses a timeout+retry mechanism for cross-device requests, and the key code is as follows CYFS/src/component/cyfs-stack/src/forward/forward.rs Lines 42 to 48 in 485b0c1 So in extreme cases, it may take longer to return |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found that My program may be blocked frequently in
get_object
, no return for long time.Now, I have modify them as below, and it's running good in many days.
I think there is a bug, Is there anyone encountered this problem?
Beta Was this translation helpful? Give feedback.
All reactions