|  | Home | Libraries | People | FAQ | More | 
Set a callback to be invoked on each incoming control frame.
void
control_callback(
    std::function< void(frame_type, string_view)> cb);
  » more...
Reset the control frame callback.
void
control_callback();
  » more...