fbemissary icon indicating copy to clipboard operation
fbemissary copied to clipboard

Clean up gracefully

Open cdunklau opened this issue 7 years ago • 0 comments

Write an actual cleanup method and document how/when to use it. It should:

  • [ ] Make the webhook responses blow up so no more processing happens and so Facebook doesn't consider the messages as delivered.
  • [ ] Close up the aiohttp ClientSession.
  • [ ] Close any other resources that may need cleanup.

cdunklau avatar May 21 '17 20:05 cdunklau