var bridge = new Bridge({host: 'localhost', port: 8090, apiKey: 'privatekey' });
root@ubuntu:~/.bridge# cat keys
{public, "abcde647321c8625"}.
{private, "e647321c8625cdef"}.
Guys,
What's going on with this project. We are hosting our own bridge server and constantly are getting timeouts even though we are hitting far less than 40k messages per minute - we are not even close to that number (seems more like 20/minute). We are trying to test this/potentially purchase but i'm afraid it's become vaporware?
We tried to build the bridge server from source (to debug the rate limit issuess) but there are no instructions on building it. If you try to run it according to the instructions (run-verbose.sh), we have the same issues this guy does about a missing redirector: https://groups.google.com/forum/?fromgroups=#!topic/bridge-users/xkxonxW9EV4. It's impossible to contribute to this project without a proper build.
How come there is no docs on how to build the server? Why is no one looking into the rate limit bug? Why is no one replying to these group topics? I run an open source project (snorby.org) and I know its hard to keep up with emails.. but you should be anyway, welcome to the joys of open source. stop failing.
- Dustin
--
You received this message because you are subscribed to the Google Groups "Bridge" group.
To post to this group, send email to bridge...@googlegroups.com.
To unsubscribe from this group, send email to bridge-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/bridge-users/-/3mxTrq0v1eAJ.
For more options, visit https://groups.google.com/groups/opt_out.
from BridgePython import Bridge bridge = Bridge(api_key='11111111', host='localhost', port=8090) bridge.connect()See the "getting started" docs on getbridge.com for the difference between public/private keys.
To view this discussion on the web visit https://groups.google.com/d/msg/bridge-users/-/w9LB-4IPptMJ.
To view this discussion on the web visit https://groups.google.com/d/msg/bridge-users/-/VMr7AhAiyx0J.
To view this discussion on the web visit https://groups.google.com/d/msg/bridge-users/-/VMr7AhAiyx0J.