poxa icon indicating copy to clipboard operation
poxa copied to clipboard

Pusher server implementation compatible with Pusher client libraries.

Results 16 poxa issues
Sort by recently updated
recently updated
newest added

Changes: - Use `gproc_dist` on gproc to registry properties on processes globally; - Use renode to reconnect nodes when disconnections happen. Missing: - [ ] Add at least 1 integration...

While creating an instance on aws ec2 instance, the installation was successful, after a few seconds, the connection drops any ideas?

Is there a way to disable the console or to set a different URL to access it? I'm using docker with nginx as proxy and SSL. ![image](https://user-images.githubusercontent.com/930792/54083720-82dbc980-431f-11e9-9584-ad7edf5f0420.png) Thanks

enhancement

Thanks for the great work :) poxa doesn't support batch events: https://pusher.com/docs/channels/server_api/http-api#publishing-batches-of-events

I tried to config poxa with SSL using certbot but got error as below **Poxa.conf** `HTTPS port If not set, will use value of SSL_PORT environment variable poxa.ssl.port = 443...

It closes #27 This PR will make Poxa accept a new parameter as part of the configuration: `apps: [{"app_id2", "app_key2", "secret2"}]` The `apps` parameter will need to map nicely to...

enhancement

Hi I m trying to configure the poxa using ssl for wss connection using below configuration in docker but unable to connect with wss or https however ws/http working fine...

Hello, i've updated my poxa installation on ubuntu from 0.6 to 1.0.0 last night. After i started my both apps i realized that i got the following error. ``` warning:...

question

Sometimes auth to built-in console works fine, But sometimes there is a following unspecified error : [error] Failed to authenticate on Console Websocket Why does it happen? How to log...

Hi! I'm trying to make env for handle, for example 5-7k connections. I'v read (https://github.com/edgurgel/poxa/issues/12), but do not able to reproduce that success story. Socket/files limits is 500000 on the...