I am experimenting with a TCPServer and a ThreadPool object I give it in the constructor. I try to change the capacity of the ThreadPool when the TCPServer is already started, but
when I read the value of the TCPServerParams getMaxThreads it is not updated.
I was wondering if the TCPServerDispatcher doesn't use the changed capacity of the threadpool, or the params simply aren't updated correctly?





