Closed chliang71 closed 7 years ago
Currently TargetServer is single threaded, i.e. there can be only one connection at a time. This commit tries to make it so that multiple connection at the same time can be accepted, by having one single thread handling one connection.
Currently TargetServer is single threaded, i.e. there can be only one connection at a time. This commit tries to make it so that multiple connection at the same time can be accepted, by having one single thread handling one connection.