sockets
sockets Variable: Sockets the Scheduler accepts incoming connections on.
array of
socket
listen.sockets
Description
sockets contains a list of listening sockets. The list has no specific order, and the order may change with each request.
When dealing with sockets, refer to a specific socket using that socket's unique ID.
The Scheduler can listen on multiple sockets for incoming connections. The Scheduler supports multiple simultaneous connections; requests are atomic. Each socket is independent of all other listening sockets.