You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently etl::message_packet requires that etl::imessage has a virtual destructor.
Attempt to change the way etl::message_packet destructs message objects to use the message Id instead.
The text was updated successfully, but these errors were encountered:
Currently
etl::message_packet
requires thatetl::imessage
has a virtual destructor.Attempt to change the way
etl::message_packet
destructs message objects to use the message Id instead.The text was updated successfully, but these errors were encountered: