DEVELOPMENT ENVIRONMENT

~liljamo/emerwen

ref: 36a2db664cb9b35a9b296226f3f8bb3809f5f92d emerwen/README.md -rw-r--r-- 531 bytes
36a2db66Jonni Liljamo feat: protocol testing 15 days ago

#emerwen

#Handle?

* Bad data in TCP stream? What would this do?

#Future

* TLS for Master->Worker connection
    * https://github.com/rustls/tokio-rustls
* Graceful shutdown for Workers when SIGINT is received
    * Send Master(s) a message that you're exiting, and wait for Master(s)
      to end the connection
    * Once no connections are active, exit with 0
* Master should notify if a Worker becomes unreachable
    * Without sending the message described above "graceful shutdown"