The maximum number of sockets.
ZmqException if $(ZMQ) reports an error.
$(ZMQREF zmq_ctx_get()) and $(ZMQREF zmq_ctx_set()) with ZMQ_MAX_SOCKETS.
auto ctx = Context(); ctx.maxSockets = 512; assert (ctx.maxSockets == 512);
See Implementation
The maximum number of sockets.