I recently tried to test my game in standalone rather than PIE and I found that my movement is not being replicated. Actions like attacking seem to work fine but no player can see any other player moves. When I look at the client logs I see it flooded with this
[2021.05.16-13.32.11:171][815]LogNetPlayerMovement: Warning: CreateSavedMove: Hit limit of 96 saved moves (timing out or very bad ping?)
There is nothing logged in the server while this is occurring so it seems something might be preventing network traffic from client to server.
I tried setting the rate values in the DefaultEngine.ini from this post but it has made no difference.
This is occurring in 4.26. It can be reproduced in PIE if I disable “Run Under One Process” but otherwise PIE works perfectly fine. Any suggestions for things to try?