Chris Page
Chris Page
👍🏻 I have been keeping my eye on reverb and looking forward to the release. I'll imagine it'll likely take over our Soketi cluster as I know it'll have good...
@unleashit - no official confirmation on it being abandoned, @rennokki would have to tell us that. The latest change was an update to the README after no commits for four...
What about running it in Docker? This is a sure fire way of getting things working without too many dependencies - other than Docker of course..
I've got a similar setup and it works no problem. Here's my nginx config: ``` server { listen 443 ssl http2; server_name ws.alltrac.test; server_tokens off; ssl_certificate /certs/dev.pem; ssl_certificate_key /certs/dev.key; ssl_protocols...
I've got a similar setup and it works no problem. Here's my nginx config: ``` server { listen 443 ssl http2; server_name ws.alltrac.test; server_tokens off; ssl_certificate /certs/dev.pem; ssl_certificate_key /certs/dev.key; ssl_protocols...
I can confirm I'm also getting this: ``` (node:1) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. Please migrate your...
I've just upgraded Laravel Echo JS package to ^1.15.3 and it seems that I am still able to use it without the `cluster` property. What errors are you getting?