marsareacn
Results
1
issues of
marsareacn
void send_connect() { auto packet = control_packet::of( no_pid, get_allocator(), encoders::encode_connect, _ctx.creds.client_id, _ctx.creds.username, _ctx.creds.password, _ctx.keep_alive, false, _ctx.co_props, _ctx.will_msg ); the "false" is const, should be modified: void send_connect() { auto packet...