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


##########
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:
   Would be better to catch exceptions to maintain compatibility with older 
versions of the C library.



-- 
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