Hello, I was wondering if anyone had any experience / ideas regarding using Pyramid and ASGI to deliver live notifications through a websocket stream?
I've followed the info here <https://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/deployment/asgi.html>, regarding getting ASGI set up and have a working websocket now. I just need help notifying any connected websockets of events. So far I've tried pushing to an asyncio queue, but I could just be using queues wrong. Curious if anyone has any ideas for this -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/6b902987-f86b-48ee-b24d-5f66259bef4fo%40googlegroups.com.
