Table of Contents

Delegate EOSTransportManager.OnConnectionClosedCallback

Called immediately before a fully opened remote peer connection is closed (closed either locally or remotely). Guaranteed to be called only if OnConnectionOpenedCallback was attempted to be called earlier for any given connection.

public delegate void EOSTransportManager.OnConnectionClosedCallback(ProductUserId remoteUserId, string socketName)

Parameters

remoteUserId ProductUserId

The id of the remote peer to close the connection with.

socketName string

The name of the socket to close the connection on.