Why does socket keep sending data?

when i execute command ``` python -m rasa_core.run --nlu default/current --core models/dialogue_keras --endpoints endpoints.yml
then

@zhangyanbo2007 it looks like something with your socket setup is broken – that’s where the 404 is coming from. I would assume that it’s the server trying to connect multiple times that’s sending data multiple times (it seems to try again every 5 seconds)