We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我测试demo中使用了函数:zookeeper_init链接多线程库,连接zokeeper就能连接的上,但是使用st单线程库怎么连接不上zookeeper,
The text was updated successfully, but these errors were encountered:
我库文件都是全的,项目之前用过 单线程: add_compile_options(-lzookeeper_st) add_executable(QServer QueryServer.c) target_link_libraries(QServer libzookeeper_st.a pthread m)
Sorry, something went wrong.
No branches or pull requests
我测试demo中使用了函数:zookeeper_init链接多线程库,连接zokeeper就能连接的上,但是使用st单线程库怎么连接不上zookeeper,
The text was updated successfully, but these errors were encountered: