Wrap eventHandlerQueue jobs with task with timeout
This commit is contained in:
parent
5cee260063
commit
d7a2669b49
7 changed files with 112 additions and 116 deletions
|
@ -267,10 +267,10 @@ export function processGiftBadge(
|
|||
};
|
||||
}
|
||||
|
||||
export async function processDataMessage(
|
||||
export function processDataMessage(
|
||||
message: Proto.IDataMessage,
|
||||
envelopeTimestamp: number
|
||||
): Promise<ProcessedDataMessage> {
|
||||
): ProcessedDataMessage {
|
||||
/* eslint-disable no-bitwise */
|
||||
|
||||
// Now that its decrypted, validate the message and clean it up for consumer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue