Description

Due to the hard-coded 1.5 second timeout for clients in UNetDriver:

if ( OwningActor != NULL && Connection->State == USOCK_Open && ( Connection->Driver->GetElapsedTime() - Connection->LastReceiveTime < 1.5 ) )

that clears the connection's ViewTarget, RPCs sent after this will fail to send, but the network profiler still reports them as sent.

Steps to Reproduce

See UDN

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-103240 in the post.

1
Login to Vote

Won't Fix
ComponentUE - Networking
Affects Versions4.25
CreatedNov 17, 2020
ResolvedFeb 11, 2021
UpdatedFeb 23, 2021