NilCoalescing / djangochannelsrestframework

A Rest-framework for websockets using Django channels-v4
https://djangochannelsrestframework.readthedocs.io/en/latest/
MIT License
603 stars 84 forks source link

[BUG] aws(elastickbeanstalk) and library #164

Closed AntonButyrin closed 11 months ago

AntonButyrin commented 1 year ago

When i'm up code on localmachine @model_observer work, but if I'm deploy it on aws (elastickbeanstalk) @action work, but @model_observer don't work.I asked amazon support what the problem might be, we checked the server settings/code settings for the deployment and they indicated that most likely the problem is in the library. I can subscribe/unsubscribe, but changes on model i can't get

class MethodConsumer(AsyncAPIConsumer) image

hishnash commented 11 months ago

Sorry I somehow missed this message in my inbox.

Do yo know what channel layer you are using?