Mute/unmute output. If false, serverino will not send any data to user.
output = false; // Mute the output. output ~= "Hello world"; // Serverino will not send this to user.
See Implementation
Mute/unmute output. If false, serverino will not send any data to user.