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 24, 2025
1 parent 827db76 commit 4593733
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=0f48801af87bc1f9c48d41c94d92684f6ba1f5ba
$(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive
$(package)_file_name=$($(package)_version).tar.gz
$(package)_sha256_hash=b494ea08463ba0bca1758f4673bdda9250c393ad4aa5e93ba37825891c37a9d8
$(package)_sha256_hash=6445744112dcf8a6e6913eb3914a087d0b3b84b3a71d73b88b4002b07533a49a
$(package)_dependencies=native_capnp

define $(package)_config_cmds
Expand Down

0 comments on commit 4593733

Please sign in to comment.