-
I have the following code:
**socket.php:**
```
$loop = React\EventLoop\Factory::create();
$pusher = new \Pusher;
$context = new React\ZMQ\Context($loop);
$pull = $context->getSocket(ZMQ::S…
-
When using the default Docker compose file that packaged with the release (1.1), I get an 500 as a reply to a get request to the pusher.
The Get request:
`GET map?organizationSlug=tcm&worldSlug=wo…
-
java -jar target/pusher-0.1.0-jar-with-dependencies.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/xmpp/component/Log
at org.buddycloud.pusher.Main.main(Main.java:41)
Caused by…
-
The release process follow theses steps :
- update CHANGELOG to add a new line under the `# dev-master` with the name and the date of the release
- execute the `script/git/pusher.php` script to add a…
-
We have an application that builds a very large dataflow graph (thousands of operators) and creates hundreds of concurrently running instances of this graph. Heap profiling showed that the applicatio…
-
We've installed the Synapse server in an OVH VPS server. But got push related issue.
When I logged in via the play store's element app, everything works fine. Got the pusher data in the server compl…
-
See docker issue 31658
This is broken in docker version : Docker version 17.03.0-ce, build 60ccb22
-
PUSHER_URL is now required in the environment. We need to:
* Add it to the docs for dev mode
* Add it to app.json so that new deploys get it
* Add it to bothan-deploy so that users are prompted f…
-
There are two ways to set up email notifications for your account:
* Upon registration (via configuration options)
* By setting up an `m.email` pusher (clicking the checkbox in Riot)
Both of thes…
-
Hello Marko,
I hope this message finds you well.
I've been delving into the workings of Chatify without using Pusher (I'm hitting the limit connection). I must say, I'm highly intrigued by your pr…