You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[feat] Support windows build napi of static link c++ lib. (#238)
### Motivation
#235
Support windows build napi of static link c++ lib(x64 and x86).
### Modifications
- Download the C++ static library directly instead of recompiling
**Note**: Since there is no static library release for C++ yet, Use a [temporary release](https://github.com/BewareMyPower/pulsar-client-cpp/releases/tag/v3.1.0-rc-20221026-windows).