bughoho
bughoho
same problem
> Hi Alan, this issue has been resolved in the release 2.1.0. It can occur the treeview is updated before it is properly initialized. `onTreeReady` callback has been specifically added...
``` class TreeViewState extends State with _TreeViewState { static const _errorMsg = "Animated list state not found from GlobalKey"; late final GlobalKey _listKey = GlobalKey(); ``` I finally solved the...
https://github.com/user-attachments/assets/3dd36897-e5ad-4955-be65-636cb6258876
@ljiang0315 估计是cloudflare的问题
很想要这个功能,由于我的代理URL是动态变化的,setProxyURL又只能在client层级设置(),以至于不得不为每一个请求创建一个Client,这样导致创建了很多client,内存增长非常厉害(一会儿就占用了几个G的内存).如果可以在request层级设置代理URL,或者为client创建一个池,我想应该能够解决这个问题.遗憾的是目前两个功能都没有
踩到了相同的坑,为了省下client.clone,导致使用了缓存的连接而失去了代理配置,希望这里可以更灵活一点