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
1.Fix issue: When a cached object encounters an exception during invocation, the subsequent calls are consistently blocked. #1
2.Optimize package release process and adjusting the categorization information of open-source libraries on PyPi.
3.Normalize a small number of code segments.
1.修复问题:当被缓存的对象调用出现异常后,后续的调用始终阻塞。#1
2.优化包发布流程,并调整了在PyPi上的开源库分类信息。
3.发现少量代码段的规范性不足并调整。
当被缓存的对象调用出现异常后,同时在外部对该被缓存的对象做了异常处理,后续的调用始终阻塞。
The text was updated successfully, but these errors were encountered: