Skip to content

ActivityQueue: callback function for handling responses on backlinks

Extend ActivityQueueService to allow the callback function after response to activity is received

Steps required

  • extend send_activity to accept callback function
  • push to queue worker
  • queue worker can call it via a new thread, before finishing the task
  • testing