Commit Graph
3 Commits
Author SHA1 Message Date
Diogo Ferreira 0e0a2009bf MessageQueue: Process pending messages per subscription am: 91abcc6c8e am: 5bf10fc9aa
Change-Id: Ie5e2f8996747896e098a8a2a2dddc4a87c0b668c
2020-02-14 00:46:14 +00:00
Diogo Ferreira 5bf10fc9aa MessageQueue: Process pending messages per subscription am: 91abcc6c8e
Change-Id: I0b0e57eed9555a39d5a059d57e8dee794dce219a
2020-02-14 00:32:04 +00:00
Diogo Ferreira 91abcc6c8e MessageQueue: Process pending messages per subscription
The message dispatcher will only queue one message at a time for
both sending and downloading. On multi-sim scenarios this causes
failures in a subscription to delay all messages added after the
one that fails.

This patch changes the pending messages processor to queue one
message per subscription for both sending and received, instead of
one globally.

Test: m
Change-Id: Ia54906089dccbbe694aab7bf995ac08480d3e4f8
Ticket: CRACKLING-877
2020-02-12 20:33:56 +01:00