fghl

Results 3 issues of fghl

`SocketManager` and `ConnectionManager` are confusingly named. `ConnectionManager` still manages a socket connection, and `SocketManager` manages multiple socket connections, not one as the name implies. It took me a few minutes...

`SocketManager` and `ConnectionManager` both have three methods; `OnConnecting`, `OnConnected`, and `OnConnectionChanged`. Only `OnConnectionChanged` is called. I'm using the (as facepunch calls it) "Relay" P2P interface rather than the IP interface....

Hi there, I'm getting a number of MLAPI errors while building a `SteamNetworkingSockets` transport and I'd love some help. The transport appears to be partially working. The host sometimes doesn't...

type:support