Why do I get this warning?

So when I try to debug my game, I keep getting this warning on my console in regular intervals:

I don’t know what happened. The game is running just fine but these warnings keep coming up so I’m kind of concerned.

Here is the information of the version of the engine I’m using for reference purposes:
image

And here is the project:

We have a bunch of ports open in debug versions of the game. These are for communicating with the game to read logs, hot-reload content etc. More on the ports and services running here: https://github.com/defold/defold/blob/dev/engine/docs/DEBUG_PORTS_AND_SERVICES.md

These ports are not open and there is nothing like that running in release builds of Defold. My guess is that something else on your network (firewall, router, port scanner etc) is pinging or sending data to these ports which the engine can’t do anything with. The warnings are harmless and can be ignored.

Okay, thank you for the information!