betidestudio / EOSIntegrationKit

EIK (Epic Online Services Integration Kit) is a plugin that enables seamless integration between Epic Online Services (EOS) and Unreal Engine. The plugin provides access to the EOS SDK (Software Development Kit) within Unreal Engine, allowing developers to easily implement features such as matchmaking, achievements, leaderboards, and more.
https://betide.studio/
MIT License
248 stars 34 forks source link

Cant Join LAN match #26

Closed CreateSGD closed 3 months ago

CreateSGD commented 4 months ago

I have everything setup and running just fine if I try running it online ... even though I am trying to create a LAN match EOS requires logging in so I do login, create a match, but when I try to join the match (even though both machines are online and on the same network, with the right setting for firewall) it does not work

I don't get an error I do find the session and get a success when I try to join, but nothing happens, and checking the logs tells me that it gets the right IP and port and that the second machine (Host) did get the request for connection

Note that the same functions works just fine when I host an online match even for cross-platform

I have tested it from the editor, and it fails, and tested it with 2 separate devices on the network and it still failed

deveshmishrabetide commented 4 months ago

Hey @CreateSGD, can you please drop logs for this?

CreateSGD commented 4 months ago

sure thing ... here is an image of the logs when I am trying to join the match ... not that 1 and success at the being are my confirmation that a session was found and the response of the join session function

Screenshot 2024-04-12 074612

deveshmishrabetide commented 3 months ago

Hey! We have added the fixes for this on the git.

CreateSGD commented 2 months ago

Great ... however I am having trouble building plugins for 5.4 ATM ,,, so I will wait for the updated on the store to test it

Thanks a lot your the best man ..