Robert Kovačević
Robert Kovačević
Can you PGP sign the sha1sum file? It would reduce the need to trust github.
Write tests and handle errors when receiving junk data. It should just close the client connection, not kill the server, which I suspect it would do now.
If you close a connection right after sending a response, i.e.: ``` event.callback(event.response); socket.diameterConnection.end(); ``` it produces: ``` Error: write after end at writeAfterEnd (_stream_writable.js:193:12) at Socket.Writable.write (_stream_writable.js:244:5) at Socket.write...
Add a check to make sure npm publish passed.
When encoding messages, search for AVPs in dictionary, by code AND vendor id, not just code.