Skip to content

code:306 异常 #18

Description

@fortune-projects

private void processResponseCommand(ChannelHandlerContext ctx, Cmq.CMQProto cmd)
这个方法中的if返回code是306的话,直接return了,那我这次发送就没有结果了,
if (cmd.getResult() == CONNECTION_NOT_AUTHED) { this.closeChannel(ctx.channel()); return; }
应该要重试的吧

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions