#Connection timeout between client and host upon join

2 messages · Page 1 of 1 (latest)

surreal sentinel
#

When the client attempts to join the session the host gets the following log:

[2023.11.24-01.30.23:294][607]LogEOSSDK: LogEOSP2P: Added new peer. LocalUserId=[000...c4a] RemoteUserId=[000...d4e]
[2023.11.24-01.30.23:294][607]LogEOSSDK: LogEOSP2P: Received connection invitation request for unknown socket. LocalUserId=[000...c4a] RemoteUserId=[000...d4e] SocketId=[GameNetDriver]
[2023.11.24-01.30.52:657][624]LogStreaming: Display: 0.000 ms for processing 2 objects in RemoveUnreachableObjects(Queued=0, Async=0). Removed 0 (334->334) packages and 0 (502->502) public exports.
[2023.11.24-01.31.08:574][173]LogEOSSDK: LogEOSP2P: Received invitation for new Session ID for Socket ID we already know about. LocalUserId=[000...c4a] RemoteUserId=[000...d4e] SocketId=[GameNetDriver] ExistingSessionGuid=[rqRrWGSTi0iBA6OpqSLppA] NewSessionGuid=[lJKO6XqtbUOD4_EEWJo3nw]
[2023.11.24-01.31.08:574][173]LogEOSSDK: LogEOSP2P: Removing existing invitation for new Session ID. LocalUserId=[000...c4a] RemoteUserId=[000...d4e] SocketId=[GameNetDriver] NewSessionGuid=[lJKO6XqtbUOD4_EEWJo3nw]
[2023.11.24-01.31.08:574][173]LogEOSSDK: LogEOSP2P: Received connection invitation request for unknown socket. LocalUserId=[000...c4a] RemoteUserId=[000...d4e] SocketId=[GameNetDriver]
[2023.11.24-01.31.08:574][173]LogEOSSDK: LogEOSP2P: Removed peer with no connections. LocalUserId=[000...c4a] RemoteUserId=[000...d4e]```
#

Meanwhile, the client gets this log when they join:

[2023.11.24-01.30.23:035][929]LogNet: Browse: EOS:0002d22070924333b69bfb0c27eebc4a:GameNetDriver:26/Game/Levels/MainMenu3D
[2023.11.24-01.30.23:036][929]LogNet: NetConnectionEOS_2147482454 setting maximum channels to: 32767
[2023.11.24-01.30.23:037][929]PacketHandlerLog: Loaded PacketHandler component: Engine.EngineHandlerComponentFactory (StatelessConnectHandlerComponent)
[2023.11.24-01.30.23:046][929]LogHandshake: Stateless Handshake: NetDriverDefinition 'GameNetDriver' CachedClientID: 1
[2023.11.24-01.30.23:047][929]LogNetVersion: Cannonballs 1.0.0.0, NetCL: 25360045, EngineNetworkVersion: 32, GameNetworkVersion: 0 (Checksum: 529648586)
[2023.11.24-01.30.23:049][929]LogEOSSDK: LogEOSP2P: A new connection closed listener has been bound. LocalUserId=[000...d4e] SocketId=[GameNetDriver]```