fbemissary
fbemissary copied to clipboard
Clean up gracefully
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.