SocketServer.getClient

Gets a client by its client id.

class SocketServer(T)
getClient
(
size_t clientId
)

Parameters

clientId
Type: size_t

The id of the client to retrieve.

Return Value

Type: auto

The client associated with the client id or null if no client is found by the id.

Meta