Closed nekoniaow closed 5 years ago
@lidgren , hi, sorry to ping you out of nowhere but do you think this fix has any chances to be incorporated? (linked issue contains additional materials, including sample code which demonstrates the issue). Thanks! ;)
Thanks for the fix!
Fix: Connection.Connect() now correctly updates the Connection.Status property when needed.
Previously, it would never update it, even when users had opted to not receive status update change messages. It now properly calls SetStatus() instead of modifying the m_status field directly.
This fixes issue #117.