zb: Drop lifetimes from MessageSink
By using synchronous locking. Fortunately, we don't need to maintain a lock on the socket during the only two async method of Sink
implementation so we can just always get the lock in these methods.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
By using synchronous locking. Fortunately, we don't need to maintain a lock on the socket during the only two async method of Sink
implementation so we can just always get the lock in these methods.