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
* if amq not disconnect when return AMQP_STATUS_BAD_AMQP_DATA, maybe crash in consume_data when next receive data.
because it change state->target_size but not allocate state->inbound_buffer.
line 222 (bytes_consumed = consume_data(state, &received_data);)
0 commit comments