Santiago Medina

Results 2 comments of Santiago Medina

Getting this same issue. Specifically, this is my output ``` Apr 19 22:26:32 tauri-moondream[39298] : [hyper_util::client::legacy::pool] checkout waiting for idle connection: ("http", 192.0.0.2:1420) Apr 19 22:26:32 tauri-moondream[39298] : [reqwest::connect] starting...

@bsaff are you using prev state when updating your state? This was my issue back then. So basically ``` setInputs(prev => [...prev, newInput]) ```