Mark Vayngrib

Results 55 issues of Mark Vayngrib

When A sends a msg M to B, B should be able to know when it's received the entire message M (as opposed to 'data', which is a fragment of...

it's kind of a weird case, but I have the rudp client sharing a socket, and the rudp client ends up getting confused, misinterpreting packets not meant for itself

would be nice to be able to do something like this: client.send(data, function() { // the packets this data was split up into have all been acknowledged })

thanks for the great lib! here's the breaking test: ``` js var rudp = require('rudp'); var dgram = require('dgram'); var billSocket = dgram.createSocket('udp4'); var tedSocket = dgram.createSocket('udp4'); billSocket.bind(function() { tedSocket.bind(function()...

currently if the user denies access to Face ID, `getSupportedBiometryType` returns null it would be useful to know that the user has denied access, to be able to redirect the...