You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
leo_manager_api:get_members_of_all_versions return {error, timeout} for a while.
After several timeouts happened, leo_manager_api:get_members_of_all_versions did work.
Due to this problem,
Getting leo_gateway's status running take too much time more than previous versions.
The text was updated successfully, but these errors were encountered:
https://github.com/leo-project/leo_gateway/blob/develop/src/leo_gateway_app.erl#L412
leo_manager_api:get_members_of_all_versions
return{error, timeout}
for a while.After several timeouts happened,
leo_manager_api:get_members_of_all_versions
did work.Due to this problem,
Getting leo_gateway's status running take too much time more than previous versions.
The text was updated successfully, but these errors were encountered: