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 })
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
})