multiplexed property

bool multiplexed
getter/setter pair

Whether this monitor command is to be built with the 'multiplexed' flag or not. When multiplexed is true, the server will understand that this is a connection which the client is using not just for notifications but also for request-response interactions. In this case, the server will only send notifications once there is no request currently in progress

Implementation

bool multiplexed = false;