LiskArchive / lisk-newrelic

📟 NewRelic instrumentation for Lisk Core
GNU General Public License v3.0
4 stars 2 forks source link

Wrapping preventing jobsQueue from detecting async functions - Closes #14 #15

Closed nazarhussain closed 5 years ago

nazarhussain commented 5 years ago

What was the problem?

Job Queue wrapping was not support for async functions.

How did I fix it?

Added support for async functions.

How to test it?

Update to Lisk-Core and test it :)

Review checklist