[QUOTE=JLBXB3;671465]
It still doesn’t work… it still finds zero sessions. Does it work for you?
Edit: Sorry , I don’t think this is a problem with your plugin, seems it is an engine bug in 4.15. I’m not sure if it is happening to everyone or not though. I tried it on several computers, connections, you name it. I think it might have something to do with this, “BugFix: Fixed OSSNull server/session filtering to better match Session Settings and online OSS. Made MCP, Steam, and Null LAN queries more consistent.”
Mmmm…I don’t know.
Your project really does refuse to find sessions with my nodes (but finds them with default ones), but I have multiple projects on 4.15 currently that work just fine.
I’ll look into it more tomorrow, I didn’t go into the source and make sure that you were using the right sessions version, but the front end hosting code didn’t change at all for 4.15, if something on the backend changes that I am unaware of i’ll need to look through it.
Edit
Ah no, they changed how they handle the UsePresence flag, change the find sessions node to search for either clients only or dedicated servers only instead of AllServers.
Tomorrow i’ll default the AllServers enum to flag PRESENCE search to true, I think before unless specifically stated otherwise they always flagged that as true. Your test project works with FindAdvancedSessions searching ClientsOnly.
That must have been their “bugfix” was to actually have it follow that flag correctly. Before when I set it AllServers enum couldn’t find Dedicated Servers at all.
Also explains why I didn’t have the problem, none of my projects are on AllServers search since they only have client side hosts and that is the default search mode.