StompProtocolAndroid icon indicating copy to clipboard operation
StompProtocolAndroid copied to clipboard

rabbitmq messagebroker heartbeat frame error

Open JeremyJT opened this issue 8 years ago • 0 comments

When we use rabbitmq message broker, the heartbeat frame's opcode is 1 instead of 0x9 or 0xA.

The android client gets an empty "TEXT" frame. The message broker will close the connection automatically.

Any ideas about this problem? The HeartBeat Frame's OPCODE is 1

JeremyJT avatar Oct 26 '17 13:10 JeremyJT