Jason Volk
Jason Volk
Docker images are available here: https://registry.hub.docker.com/r/jevolk/construct/tags. I'm uploading another image with a fully built snapshot of construct right now, so it might not appear there quite yet. I'll be updating...
You can get around interactive configuration (such as the instructions to type `net listen ...` at console) by using e.g. `-execute "net listen ..."` as program options to `./construct`. Each...
Hey, thanks for all the information to track down the issue. This it appears to be occurring at static initialization time. I have a feeling everything here is a build...
Possibly related to #84
The whole initial bootstrap process on first execution is not very robust to failures or partial completion. If the initial bootstrap doesn't fully complete (crash), the next execution won't know...
Construct stopped making use of [GET /_matrix/key/v2/server/{keyId}](https://matrix.org/docs/spec/server_server/latest#get-matrix-key-v2-server-keyid) earlier this year. There may be some more to research starting from https://github.com/matrix-org/synapse/issues/6596 which was around the time Construct encountered trouble and made...
Also, keys can be obtained indirectly with the `key get` command ``` key get [notary_server] ```
I've automated ecdh parameters as the default when nothing is supplied in the listener's configuration. I'm disappointed this is not done by boost::asio::ssl. Still, I show trouble with ``` IE...
I'm starting to believe this isn't feasible. Even if we can get the `-EAGAIN` and start a `readahead(2)/posix_fadvise(2)` and then context-switch to something else, there is no facility I'm aware...
Is this a deadlock (everything stops) or a livelock (CPU pegs 100%)?