Studies a bug that causes exception escaping the handler in async code.
Source Code: https://github.com/xiaomi7732/CodeWit...
Content
00:00 Intro
00:38 Example code introduction
01:55 Bug potential
03:11 Difference between returning a task and awaiting one
04:18 Bug development - realized
06:43 Exercise