Adam La Morre
Adam La Morre
I researched for quite a while and couldn't find anything. Are there any hack solutions for getting around this?
It seems that upon any `websocket_disconnect` call in a Consumer Class which inherits from `AsyncConsumer` we get the following error. ``` Application instance for connection took too long to shut...
I have this ASGI applicate with Django and Daphne, and I'm using the following command. `daphne -b 0.0.0.0 -p $PORT server.asgi:application` Is there a way to add `--max-requests` and `--max-requests-jitter`...
This is my first Open Source PR, but here is the `--max-requests` setting to periodically restart workers. There are no tests, I'm happy to add them if this feature interests...
The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include' This error occurs both locally and on my...
Hey so it seems like later stages of Vue use `createApp` over `import Vue from "vue"` Which makes the usage of this Plugin different. I tried the following code in...