Returns the number of bytes sent. Applications are responsible for checking that all data has been sent; if only some of the data was transmitted, the application needs to attempt delivery of the remaining data
mitogen.unix.Listener.on_accept_client() discards the return value
From the docs
mitogen.unix.Listener.on_accept_client()
discards the return value