[GitHub] [pulsar-client-node] BewareMyPower commented on pull request #282: [fix] Use OAuth2 on macOX arm64 failed.

2023-01-15 Thread GitBox
BewareMyPower commented on PR #282: URL: https://github.com/apache/pulsar-client-node/pull/282#issuecomment-1383595543 From https://github.com/apache/pulsar-client-node/pull/282#discussion_r1066658153 I see > I tested and the parameter doesn't work if compiled on x86_64.

[GitHub] [pulsar-client-node] BewareMyPower commented on pull request #282: [fix] Use OAuth2 on macOX arm64 failed.

2023-01-15 Thread GitBox
BewareMyPower commented on PR #282: URL: https://github.com/apache/pulsar-client-node/pull/282#issuecomment-1383587647 @ericallam Could this error be reproduced by running the following code? ```javascript const Pulsar =

[GitHub] [pulsar-client-node] BewareMyPower commented on pull request #282: [fix] Use OAuth2 on macOX arm64 failed.

2023-01-10 Thread GitBox
BewareMyPower commented on PR #282: URL: https://github.com/apache/pulsar-client-node/pull/282#issuecomment-1378275629 @ericallam You can follow the guide [here](https://github.com/apache/pulsar-client-node#how-to-build) (make sure this PR is included): ```bash

[GitHub] [pulsar-client-node] BewareMyPower commented on pull request #282: [fix] Use OAuth2 on macOX arm64 failed.

2023-01-10 Thread GitBox
BewareMyPower commented on PR #282: URL: https://github.com/apache/pulsar-client-node/pull/282#issuecomment-1378174963 I think we need to wait for the feedback from @ericallam. > use Apple's SSL/TLS implementation instead of OpenSSL: It does not make sense to me. Can you