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
Fix issue where message is assumed to contain correct length byte (le…
…ading to process exit) (#1050)
Do not assume that message contains correct length to prevent calling GetString with invalid parameters.
Merge pull request #933 from valeriob/bugfix_do_not_close_a_new_subsc…
…ription_message
do not close a new subscription message right after it's creation