SoftwareGuy / Ignorance

Ignorance utilizes the power of ENet to provide a reliable UDP networking transport for Mirror Networking.
Other
248 stars 31 forks source link

Don't Spam Disconnecting Connection for Inactivity #76

Closed GabeBigBoxVR closed 3 years ago

GabeBigBoxVR commented 3 years ago

When a clients get dropped due to inactivity, please log only once, don't spam over and over again please!

Disconnecting connection(19) for inactivity! 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Disconnecting connection(19) for inactivity! 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Disconnecting connection(19) for inactivity! 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Disconnecting connection(19) for inactivity! 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Disconnecting connection(19) for inactivity! 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Disconnecting connection(19) for inactivity! 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
SoftwareGuy commented 3 years ago

Are you sure this is Ignorance at fault? Mirror is the one that emits that line over and over unless you can pinpoint where in the chain the log message is a getting emitted and it points to Ignorance.

GabeBigBoxVR commented 3 years ago

Wrong product