Commit fd8db0d9 authored by Federico Vaga's avatar Federico Vaga

drv: bugfix filter out sync messages from async channel

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent f4e8392c
......@@ -391,7 +391,7 @@ static bool trtl_hmq_user_filter_one(struct trtl_hmq_user *user,
trtl_hmq_user_msg_is_answer(user, msg);
}
return true;
return !trtl_msg_is_ack(msg);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment