simplexmq icon indicating copy to clipboard operation
simplexmq copied to clipboard

⚙️ SimpleXMQ - A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.

Results 135 simplexmq issues
Sort by recently updated
recently updated
newest added

DRY: Reduced some of the duplicated code in the entrypoints.

Currently, [Docker workflow](https://github.com/simplex-chat/simplexmq/blob/stable/.github/workflows/docker-image.yml) supports building and pushing only `amd64` images to Docker Hub, since compiling `arm64` binaries with `qemu`/`docker` [results in OOM](https://github.com/simplex-chat/simplexmq/pull/734#issuecomment-1521508025), even on powerful machines with 32Gb RAM. Let's...

in the docs [here](https://simplex.chat/docs/server.html) I only see this fields: fromTime,qCreated,qSecured,qDeleted,msgSent,msgRecv,dayMsgQueues,weekMsgQueues,monthMsgQueues but there a lot more data in the stats file, like this: 2024-01-25,15,12,5,165,158,36,,,98,94,29,,,792,-28 and in the version 5.5.0 are even...