Warnings should I care?

I get some warnings, think it is when my listen server are doing a Run on server Event.
“LogNet:Warning: UIpNetDriver::ProcesRemoteFunction: No owning connection for actor BP_Weapon_MachineGun_C_31. Function Server_Rotation will not be processed.”
Everything works so should i Care?
And how to mask em out in a Actor?

Usually means you’re calling a server function on a client that doesn’t own the actor, so something about the logic is wrong there.