Eduardo Gurgel
Eduardo Gurgel
I think I found the problem. I will see if I can release a new version before the end of the year. Thanks for the report
I couldn't replicate the issue :( Using my own certificate works fine with curl for example
I would advise people to use a load balancer with HTTPS support to serve SSL on top of the Poxa HTTP port if they are experiencing these issues. I can't...
@Revyn112, I appreciate the offer but ideally some way to replicate so that I can tweak and do whatever is needed to debug. Maybe a repo that reproduces the issue?
Hi @NevaJava, I suggest looking at the Dockerfile to see how you can run Poxa: https://github.com/edgurgel/poxa/blob/09ff93db97f6d533fd2b7211557990f375401fc3/Dockerfile#L38 Running `MIX_ENV=prod mix release` then you can run the app inside `_build/prod/rel/poxa start` All...
🤔 I will double check but it should be very similar to Pusher's auth etc.
yeah I'm wondering if this is a websocket issue. Websocket is really annoying with hostnames. I will investigate more 👍
Hey @demuskov thanks for opening this issue. I will give it a try on this benchmark again this weekend. Thanks for opening this issue
Ok so we need to find a way to replicate these issues you are finding. It could be just a network slowness caused by the kernel (some resource limit?). TBH...
It should be fairly easy to add this feature. I will start working on it soon.