Mahmudul Hassan

Results 11 comments of Mahmudul Hassan

@obaqueiro i am also facing this issue . where i need to use this class CustomServerRMQ? help please. Thanks

@Priyansh2001 it is in src/chat/templates/chat/ folder.

i am also getting this error. ``` import pika, json from django.conf import settings class RabbitMQ: def __init__(self, amqp_url): self.connection = pika.BlockingConnection(pika.URLParameters(amqp_url)) self.channel = self.connection.channel() self.channel.queue_declare(queue="main") def publish(self, method, body):...

@lukebakken hello .. this the lgs i got from RabbitMQ . is it ok or i miss some things? ``` 2023-10-23 16:12:10.750047+00:00 [info] connection ([::1]:42330 -> [::1]:5672): user 'ghouse' authenticated...

I also face the same problem .Did you solved it ?

For me also it is working on others site perfectly but not working in amazon

@rmk135 thanks for this awesome project . is this project still alive . there is many pr ready merge which will solve many issues. May be you are very busy...

hello @rmk135 , is there any update about this PR.

> @anton-petrov > I would be very grateful if you could publish compiled wheels to PyPI. Yeah plz do it if possible. Will help me a lot