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
When waiting for consuming message using amqp_consume_message(connection, &envelope, NULL, 0) function.
if close the channel and connection without receiving any message ,
it throws An unexpected method was received 1310761 or An unexpected method was received 655411 error some time.
some times the connection gets closed successfully.
could you please let us know the 1310761 and 655411 this code meaning.
Note: using v0.11.0 version
The text was updated successfully, but these errors were encountered:
When waiting for consuming message using
amqp_consume_message(connection, &envelope, NULL, 0)
function.if close the channel and connection without receiving any message ,
die_on_amqp_error(amqp_channel_close(conn, 1, AMQP_REPLY_SUCCESS), "Closing channel"); die_on_amqp_error(amqp_connection_close(conn, AMQP_REPLY_SUCCESS), "Closing connection"); die_on_error(amqp_destroy_connection(conn), "Ending connection");
it throws
An unexpected method was received 1310761
orAn unexpected method was received 655411
error some time.some times the connection gets closed successfully.
could you please let us know the
1310761 and 655411
this code meaning.Note: using v0.11.0 version
The text was updated successfully, but these errors were encountered: