dolamroth / starlette-web

Asynchronous web framework, based on Starlette and inspired by Django
MIT License
3 stars 1 forks source link

Wrapping _unregister in BaseWSEndpoint in cancel scope causes RuntimeError, if unregister tries to cancel scope in outer TaskGroup #54

Closed dolamroth closed 1 year ago

dolamroth commented 1 year ago

https://github.com/dolamroth/starlette-web/blob/ded69ce8d0308e0a765b75843fc77a72906583a7/starlette_web/common/ws/base_endpoint.py#L101