Open
Description
Follow up from qTox/qTox#5481 (comment).
Normally when calling tox_conference_send_message
we receive tox_callback_conference_message
from our own message. Sometimes (1/10 connects with one of my groups) running off toxcore dd539800eea8cfc70d6cb14a7fd0ddefb2082cd1
#1267, after tox_conference_send_message
is called without error, tox_callback_conference_message
is never called.
All other peers in the group still receive the message. Reconnecting to the group (network disconnect and reconnect without closing client) fixes the issue.