How to use the NN_PULL function from bindings

Find comprehensive JavaScript bindings.NN_PULL code examples handpicked from public code repositorys.

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;
fork icon993
star icon0
watch icon1

+ 33 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)