chrislearn opened a new issue #4095: go client use Ctype_int as URL: https://github.com/apache/pulsar/issues/4095 **Describe the bug** When I use pulsar go client in ubuntu (windows subsystem), I install cpp client 2.3.1 and use go client tagged v2.3.1, but I got an error: ` /home/chris/.gvm/pkgsets/go1.12.1/global/pkg/mod/github.com/kenorld/[email protected]/pulsar/c_message.go:91:63: cannot use size (type _Ctype_int) as type _C type_ulong in assignment ` **To Reproduce** Steps to reproduce the behavior: 1. download and install cpp client from official site. 2. use go client in pulsar repository in tag 2.3.1 3. run my app 4. See error ` /home/chris/.gvm/pkgsets/go1.12.1/global/pkg/mod/github.com/kenorld/[email protected]/pulsar/c_message.go:91:63: cannot use size (type _Ctype_int) as type _C type_ulong in assignment ` **Screenshots**  **Desktop (please complete the following information):** - OS: Ubuntu installed in Windows 10 subsystem
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
