mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Non-on-demand client is only able to handle one connection.
This commit is contained in:
@@ -1299,6 +1299,7 @@ void Worker::Exec()
|
||||
case HandshakeWelcome:
|
||||
break;
|
||||
case HandshakeProtocolMismatch:
|
||||
case HandshakeNotAvailable:
|
||||
default:
|
||||
goto close;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user