Skip to content

Commit

Permalink
[WIP]: try libmultiprocess fix
Browse files Browse the repository at this point in the history
chaincodelabs/libmultiprocess#129: Fix "disconnected: write(m_post_fd, &buffer, 1): Broken pipe" EventLoop shutdown races.

Using rebased commit from: https://github.com/Sjors/libmultiprocess/tree/2025/01/disconnected
  • Loading branch information
Sjors committed Jan 27, 2025
1 parent 1ef3c66 commit 7388d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depends/packages/native_libmultiprocess.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=native_libmultiprocess
$(package)_version=3b2617b3e59f55ae3501c82a62c87f393077779f
$(package)_version=44949fc308c027ccf1acb435a571b866e6e48ce1
$(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive
$(package)_file_name=$($(package)_version).tar.gz
$(package)_sha256_hash=b494ea08463ba0bca1758f4673bdda9250c393ad4aa5e93ba37825891c37a9d8
$(package)_sha256_hash=68b8e1855b2cf3141da6cb6594ab5f190418009ac7be053e42533af41ac6ce63
$(package)_dependencies=native_capnp

define $(package)_config_cmds
Expand Down

0 comments on commit 7388d1c

Please sign in to comment.