From: Dom Date: Wed, 3 Feb 2021 18:40:12 +0000 (+0100) Subject: Proposal for the Manager class to manage an ExecutorService for all SignalServiceMess... X-Git-Tag: v0.8.0~7 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/23df85ff909bd1bc8088c429ffd63ea3af6591c6?hp=23df85ff909bd1bc8088c429ffd63ea3af6591c6 Proposal for the Manager class to manage an ExecutorService for all SignalServiceMessageSender instances (#482) * Modified the Manager class to provide an ExecuterService for the SignalServiceMessageSender. * removed unnesessary comment * Changed the ExecutorService to a unbounded newCachedThreadPool Co-authored-by: Cutkh ---