This commit is contained in:
Daniel Lugo 2020-01-29 23:29:56 -04:00
parent d6df459070
commit bdf23e78e4

View file

@ -63,6 +63,13 @@ const react = () => {
}) })
} }
if (finalSentReqs.length > 0) {
console.log('-------------------------')
console.log('pub to incoming')
console.log(pubToIncoming)
console.log('-------------------------')
}
currentReqs = finalSentReqs currentReqs = finalSentReqs
listeners.forEach(l => l(currentReqs)) listeners.forEach(l => l(currentReqs))