#Getting weird logs on maOS

12 messages · Page 1 of 1 (latest)

fathom cargo
#

Does this happen when you open the browser devtools? Can't really help without knowing when the logs are printed

shut halo
#

Sorry the original message was deleted by a mistake

#

Here is the logs again

shut halo
#

If you are wondering what I do in the startup function

#

I run tokio::spawn fn 2 times to await simple async fn

#

And std::thread::spawn (In setup fn) to run an actix-web server

fathom cargo
#

ehh not too sure what's going on. If your app is working even with the logs then I don't think there's anything to worry about

shut halo
#

And that fn that runs actix-web server receives an app handle argument

fathom cargo
#

Maybe someone with more knowledge can provide insight but every time I've seen logs like that they can be ignored

shut halo