websocket-tcp-relay icon indicating copy to clipboard operation
websocket-tcp-relay copied to clipboard

Expose any TCP server as a WebSocket endpoint

Results 6 websocket-tcp-relay issues
Sort by recently updated
recently updated
newest added

Hi Team, I am getting following error in default setup websocket-tcp-relay[31604]: 3.7.237.29:56904 connected 3.7.237.29:56904 connected to upstream 3.7.237.29:56904 disconnected: # [main] upstream = tcp://127.0.0.1:5672 bind = 0.0.0.0 port = 443...

We have about 500-600 clients who connect and disconnect throughout the day, however the memory consumption increases throughout the day, it appears like the socket connection is not closed or...

In [Docker Hub](https://hub.docker.com/r/cloudamqp/websocket-tcp-relay/tags), besides `latest` the most recent tag is from 2 years ago. Can versioned tags be created for minor events like updating dependencies, etc.? I would like to...

Hello, I realized the docker container from this repository automatically disconnects from Rabbitmq after some time being inactive. It disconnects usually after about a minute of being inactive. Is it...

I'm having trouble configuring cloudamqp/websocket-tcp-relay behind ingress in a Kubernetes cluster ingress annotations are as following: ``` annotations: kubernetes.io/ingress.class: nginx nginx.ingress.kubernetes.io/configuration-snippet: |- proxy_http_version 1.1; proxy_set_header Upgrade "websocket"; proxy_set_header Connection "Upgrade";...

Under 24.04, `dpkg -S` can't resolve the path from the third field: ``` root@b83b32fa6a75:/# ldd /usr/bin/ls linux-vdso.so.1 (0x0000ffff81767000) libselinux.so.1 => /lib/aarch64-linux-gnu/libselinux.so.1 (0x0000ffff816a0000) libc.so.6 => /lib/aarch64-linux-gnu/libc.so.6 (0x0000ffff814e0000) /lib/ld-linux-aarch64.so.1 (0x0000ffff8172a000) libpcre2-8.so.0 =>...