Hey all,
we have a working "join friend via session id" in ue4.22
Simply upgrading our project to the latest 4.23 branch breaks multiplayer.
We get the following errors:
[2019.11.17-15.05.14:528][912]LogPackageName: SearchForPackageOnDisk took 0.025s, but failed to resolve 14123********.umap.
[2019.11.17-15.05.14:528][912]LogNet: Warning: There is no connection to: 0
[2019.11.17-15.05.14:528][912]LogNet: Warning: Server failed post-challenge connection from: 14123********
[2019.11.17-15.05.14:528][912]LogNet: Warning: There is no connection to: 14123********
[2019.11.17-15.05.15:493][972]LogHandshake: SendConnectChallenge. Timestamp: 289.552185, Cookie: 14123********
several times in a row
** i hid the id here.
And this:
[2019.11.17-15.06.29:265][391]LogWorld: Warning: SetActiveLevelCollection attempted to use an out of date NetDriver: GameNetDriver
like hundret times per tick.
Hope you can help