Pools the client pool of peers. This variation of the Poll method does not wait for events.
ENet is a polling protocol, you need to poll it so that events fire and so that the flow ticks. Polling can be done with timer or by other means.
ENetClient Class