IOnlineSession::FindSessions() sends weird warning

Whenever I run my game for the first time since opening the editor, FindSessions() gets called and I get the following warning “LogOnline: Warning: OSS: Failed to send discovery broadcast SE_NO_ERROR” It prevents my OnFindSessionsComplete(bool Success) from ever getting called thus preventing me from joining the original created session. This is super frustrating and I’m looking all over for an answer.

Are you running it as a stand-alone or in the editor