Jagdish Parihar

Results 17 comments of Jagdish Parihar

@artoodeeto try: - down the docker container - remove the dist folder if created - `docker compose build ` - `docker compose up` I was facing this type of issue...

@artoodeeto I looked into the issue. Actually, this issue is due to docker (volume). The docker container is not able to share the data with the host machine. I am...

The redis adapater uses pub/sub feature of redis. My requirement is to replace this pub/sub mechanism of redis with the redis streams. I want to use redis streams for the...

Yes. @darrachequesne that's my usecase. I want to start integrating Redis stream with this current socketio-redis-adapter for my usecase. I am not able to figure it out. How to start...

yes. I am interested in working on this new adapter. @darrachequesne

Hi, can we run http and ws on the same port using this package using express. @heavenlyteam.

Nowdays, uwebsocket provide functionality to run http as well as websocket using the uwebsocket.js library on the same port. Can we achieve this functionality using your module? @heavenlyteam

Hello @andygrove I would like to work on this issue. Can you please assign it to me

Hello @andygrove I would like to work on this issue. Can you please assign it to me

I am planning to implement my solution based on https://github.com/apache/datafusion-comet/pull/616 . Will resume once the PR is merged