You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a bug or an issue in my code however when using relay sockets, on a connection "ConnectionInfo.Identity.IsSteamId" returns false and therefore "ConnectionInfo.Identity.SteamId" also returns 0. I get hits for "OnConnecting", "OnConnected" and "OnDisconnected"
Could this be related to the fact it's relay?
The text was updated successfully, but these errors were encountered:
Did you initialize the relay network access using SteamNetworkingUtils.InitRelayNetworkAccess(); somewhere in your code before creating the relay socket? I believe it has to be done for the client and the server, so somewhere in your initialization code right after you initialize your steam client
Did you initialize the relay network access using SteamNetworkingUtils.InitRelayNetworkAccess(); somewhere in your code before creating the relay socket? I believe it has to be done for the client and the server, so somewhere in your initialization code right after you initialize your steam client
I'm not sure if this is a bug or an issue in my code however when using relay sockets, on a connection "ConnectionInfo.Identity.IsSteamId" returns false and therefore "ConnectionInfo.Identity.SteamId" also returns 0. I get hits for "OnConnecting", "OnConnected" and "OnDisconnected"
Could this be related to the fact it's relay?
The text was updated successfully, but these errors were encountered: