aio-libs / aiohttp-debugtoolbar

aiohttp_debugtoolbar is library for debugtoolbar support for aiohttp
Apache License 2.0
198 stars 31 forks source link

Debug panel for WebSockets #39

Open filmor opened 8 years ago

filmor commented 8 years ago

It would be extremely useful if this would include an option to show all currently open websockets, and the data that was exchanged with some client information. Furthermore, in general, it would be nice to inject data (like runtime of a background worker) into this.

Any pointers on how to achieve this?

asvetlov commented 8 years ago

All these features require new aiohttp signals for hooking websocket behavior at least.