-
@arj03 I get confused every time by incoming/outgoing what about changing it to server/client? most of the time we just say "server" and "client" so this seems more consistent. That said, I recommend …
-
I've been struggling to get a simple test running for two clients and one portal, I keep hitting the error:
```
node_modules/ssb-server/node_modules/muxrpc/api.js:14
if (err) throw explain(err,…
-
first some context, (maybe this can become documentation?)
multiserver is designed around plugins. there are two types of plugins, _transports_ and _transforms_. Then transports make a connection t…
-
Currently ssb-server has a [bug](https://github.com/ssbc/ssb-server/issues/577) and while we have a workaround we still have no idea why the workaround is necessary (see https://github.com/ssbc/multis…
-
Hi @cliffhall
this is no issue - just wondered if you knew
https://github.com/socketcluster/socketcluster/
https://github.com/primus/primus
https://github.com/feathersjs/feathers
-
Let's say I slipped on my keyboard ( `%nplJ+lzs8zMogccDO3TOmJb9jqV18sEA6sCrfWHLU8s=.sha256` ). I guess setting `--availability 0` is the right thing to do then?
-
**Describe Your Environment**
- Version of ZoneMinder: 1.33.14~20190902131017-disco
- How you installed ZoneMinder: do_debian_package.sh
- Full name and version of OS: ubuntu 19.04
- `zmupdate.pl …
-
I am missing a config for the SQL connection.
Would be awesome to have MySQL support to use this on a multiserver setup instead of sqllite only
https://github.com/hammy2899/ArchonCrates/blob/f1150a4…
-
Using the ssb-server shrinkwrap hides the problem, but unfortunately it looks like something changed in a dependency of ssb-db and now `npm install` is installing something that's breaking the progres…
-
Some food for thought:
```java
//package com.almasb.fxgl.net;
//
//import org.apache.logging.log4j.LogManager;
//import org.apache.logging.log4j.Logger;
//
//import java.io.*;
//import java.…