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
Version: 6.0.4
Question: How can I use the curveKeyPair function? Result: Error: Operation not supported
Question: Based on the following code, how can I assign values to curveServerKey, curvePublicKey, and curveSecretKey? const _ZMQ = require("zeromq");
const subKeyPair = _ZMQ.curveKeyPair();
const sock = new _ZMQ.Subscriber({ curveServerKey: 'xxx', curvePublicKey: subKeyPair.publicKey, curveSecretKey: subKeyPair.secretKey, }); Result: super(2 /* SocketType.Subscriber */, options); TypeError: Cannot add property curveServerKey, object is not extensible
The text was updated successfully, but these errors were encountered:
Duplicate of #640
You can expedite the process by sponsoring the project https://github.com/sponsors/aminya https://polar.sh/aminya/ https://www.patreon.com/aminya
Sorry, something went wrong.
No branches or pull requests
Version: 6.0.4
Question: How can I use the curveKeyPair function?
Result: Error: Operation not supported
Question: Based on the following code, how can I assign values to curveServerKey, curvePublicKey, and curveSecretKey?
const _ZMQ = require("zeromq");
const subKeyPair = _ZMQ.curveKeyPair();
const sock = new _ZMQ.Subscriber({
curveServerKey: 'xxx',
curvePublicKey: subKeyPair.publicKey,
curveSecretKey: subKeyPair.secretKey,
});
Result: super(2 /* SocketType.Subscriber */, options);
TypeError: Cannot add property curveServerKey, object is not extensible
The text was updated successfully, but these errors were encountered: