Doug Hoyte
Doug Hoyte
@core-process noticed and fixed this issue in our [C++17 fork of lmdbxx](https://github.com/hoytech/lmdbxx): > If an exception was throw by txn.commit() (ie MDB_MAP_FULL), and this transaction was later aborted (because it...
First of all I want to say thanks, lmdbxx has been very useful to me! For anyone using C++17 in their projects, `std::string_view` is a very nice complement to LMDB...
If you want bigger inbound messages you need to bump this up in `src/main/c/Connection.cpp` (and maybe also `ReadWriteBufferSize` -- dunno I did both), and then recompile library.
I wonder how much effort would be required for seasocks to be a client as well as a server? Ideally with the same event-loop.
Not doing anything special, just sliding around: `[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080`
## Background Implementing NIP-33 and NIP-40 for my relay (strfry) caused me to think a bit about user-specified event lifetime preferences. We can roughly classify these into the following categories:...
uWebsockets doesn't directly have `kqueue` support. We'll need to use its libuv wrapper I believe.