Closed jfoucher closed 7 years ago
The solution I used is to append a null byte to the generated and then check for this null byte in the "data" event in the node server, and then and only then does it send the reply. Seems to work ok so far, but I'd like to have a more elegant solution.
Please see #10