djangochannelsrestframework icon indicating copy to clipboard operation
djangochannelsrestframework copied to clipboard

A Rest-framework for websockets using Django channels-v4

Results 33 djangochannelsrestframework issues
Sort by recently updated
recently updated
newest added

**Describe the bug** if the Observer._serializer is not empty, the .serialize function will try to use it to generate the message_body. Using a standard ModelSerializer from DRF will cause a...

good first issue
Needs investigation

Hello! Thank you for the work you did creating djangochannelsrestframework! I want to know what are your plans for further development? I studied the code, and I have a few...

question
Awaiting response

**Is your feature request related to a problem? Please describe.** When sending messages, if the expected data for a given action is not present at the moment the consumer closes,...

enhancement
help wanted
good first issue

Please explain the uses for view_as_consumer. There's no documentation to explain why one would use this, and the advantages gained from doing so. Currently, I create a url pattern that...

It would be nice to have a simple way to fire of a sub-async run loop as and when a request arrives (if this request is going to take some...

enhancement

Fixed incorrect import for GenericAsyncAPIConsumer

**Describe the bug** When looking at a model and it has a pk type UUID it causes the exception `TypeError: can not serialize 'UUID' object` in chanels redis ``` class...

Needs investigation

Is there a difference between the two types of subscriptions? ![image](https://github.com/NilCoalescing/djangochannelsrestframework/assets/56961601/d0c8594e-c3fa-4b17-a304-3593e8db069e) I try delete_message, clients receives two pieces of information each time. ![image](https://github.com/NilCoalescing/djangochannelsrestframework/assets/56961601/15093865-e8f5-4e5c-aa27-e3a0db9ea49c) ![image](https://github.com/NilCoalescing/djangochannelsrestframework/assets/56961601/cde71dfa-66b8-4982-a3eb-4164040b43de) I received a group_send message after...

Needs investigation