I've noticed this behavior... it's because the pathing system is on a separate thread, so what you're seeing is the data race condition. If you've got a lot of trucks trying to navigate and a very large map, it can take sometimes quite a while for the pathing system to start determining that some trucks have nowhere to go, or that some locations are inaccessible.
That said, I have noticed tha…








