使用quic客户端订阅emqx5.0失败

环境

  • EMQX 版本:5.1.7
  • 操作系统版本:centos7

重现此问题的步骤

  1. 使用quic客户端连接emqx,trace 日志里出现msg: emqx_connection_terminated, reason: {shutdown,connection_idle}

msg: mqtt_packet_received, packet: CONNECT(Q0, R0, D0, ClientId=nng-java86affa07-a298-4711-a2d5-ff314c17743b, ProtoName=MQTT, ProtoVsn=4, CleanStart=true, KeepAlive=1024, Username=username, Password=******)
msg: authenticator_result, authenticator: password_based:built_in_database, result: {ok,#{is_superuser => true}} msg: authentication_result, reason: chain_result, result: {stop,{ok,#{is_superuser => true}}}
msg: mqtt_packet_sent, packet: CONNACK(Q0, R0, D0, AckFlags=0, ReasonCode=0)
msg: mqtt_packet_received, packet: SUBSCRIBE(Q1, R0, D0, PacketId=1 TopicFilters=[t(#{nl => 0,qos => 0,rap => 0,rh => 0})])
mqtt_packet_sent, packet: SUBACK(Q0, R0, D0, PacketId=1, ReasonCodes=[0])
msg: emqx_connection_terminated, reason: {shutdown,connection_idle}

预期行为

实际行为