aliyunmq / mq-http-python-sdk

Aliyun Message Queue(MQ) Http Python SDK
MIT License
27 stars 18 forks source link

NetWorkException #12

Open eric-gecheng opened 3 years ago

eric-gecheng commented 3 years ago

Quite a lot of below exception messages were observed in system logs:

MQClientNetworkException ("NetWorkException", "Request-sent")

Below exceptions are also observed:

MQClientNetworkException ("NetWorkException", "Idle") MQServerException ("InvalidContent" "The content you send may contains illegal characters.")

version: mq_http_sdk==1.0.1

dafu-wu commented 2 years ago

@drpmma same problem !

LetLetMe commented 1 year ago

MQClient, Producer, Consumer are not thread safe, please use multi instance in mutli thread. 要求这三个对象在线程中是单例的