How to use the NN_PULL function from bindings
Find comprehensive JavaScript bindings.NN_PULL code examples handpicked from public code repositorys.
GitHub: awesome-archive/kungfu
58 59 60 61 62 63 64 65 66
// nndontwait otherwise defaults true, PUSH socket default is false opts.dontwait = opts.dontwait || false; break; case 'pull': this.protocol = nn.NN_PULL; this.sender = false; this.receiver = true; break;
993
0
1
+ 33 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)