1. Keyserver service is successfully built.
2. Manually testing:
- Start the Tunnelbroker server;
- Create a TunnelbrokerClient in a node js codebase by passing the address and a callback function.
- Call `publish` with the corresponding payload and `device_id`.
- The expected result is that the message will be delivered to the stream with the corresponding `device_id`.