hexueyuan commented on code in PR #157:
URL: 
https://github.com/apache/rocketmq-client-python/pull/157#discussion_r2629515014


##########
rocketmq/ffi.py:
##########
@@ -207,6 +207,10 @@ class _CMQException(Structure):
 dll.SetProducerMaxMessageSize.restype = _CStatus
 dll.SetProducerMessageTrace.argtypes = [c_void_p, TraceModel]
 dll.SetProducerMessageTrace.restype = _CStatus
+dll.SetProducerSsl.argtypes = [c_void_p, c_int]

Review Comment:
   Good, I couldn't find the reference code here so I just add try-catch code 
to solve the exception simply.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to