I think the problem will arise from the StopServer stop () method. It kills the pool, so finishing one of the listeners will drop all connections from both listeners. If this does not scare you, you can simply transfer the same pool object for both StreamServers by running each of them in a separate landscape garden.
source
share