Skip to content
Commit 9476bc63 authored by Carl Harris's avatar Carl Harris
Browse files

delegated ConcurrentServerRunner.stop() to .accept(ClientVisitor)

The stop method was iterating a copy of the collection.  Since this is
exactly what accept(ClientVisitor) does, stop can simply delegate to
accept with a visitor that closes each visited client.
parent 7964d6e9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment