QLands
QLands
@Tungsten78 the problem is on the server side because if the client goes dead (power off) the server does not get any disconnect message. It just continue sending messages to...
Yes the issue happens with the example. If I run the server in Linux machine and the client in another Linux using VirtualBox and I switch off the VirtualBox abruptly...
Hi @cthoyt Can you explain the problem? All urls are https
I recompile the .po into .mo . All my translations use `_` I tried by adding a new translation string to the macro file for example `title="{{ _('Close') }}"` and...
All works fine with 5.1.2 It has the problem from v5.2.0b1 to current
This does not happen anymore with Celery 5.2.6.
I am opening this issue again. We tested this in the same code base but in two different dockers: ubuntu:20.04 and ubuntu:21.10 . The problem appears in ubuntu:20.04 but not...
OK. We traced this to gevent. Our application is a pyramid web application that uses gunicorn and gevent. When we started the development we came across the following gevent message:...
Hi, QLands has plugins to authenticate with for example Microsoft 365 Active Directory. We can also develop any kind of authentication plugins depending on your needs. In the coming weeks,...
Sure! FormShare already comes with Mosquitto MQTT for real-time communication between the browser and the server. You can also use the same infrastructure to create an XMPP Chat. This cookiecutter:...