Subscriptions to multiple objects only triggers one handler
theY4Kman opened this issue · 1 comments
theY4Kman commented
When multiple subscriptions are made on a single stream, update/delete events will always use the request ID of the last subscription. This breaks subscription selectors, which expect the request ID used to create the subscription to be the same request ID returned in its event payloads.
theY4Kman commented
This was reported as NilCoalescing/djangochannelsrestframework#44, and was resolved in NilCoalescing/djangochannelsrestframework#46