Closed loewenheim closed 2 years ago
Describe the bug In the diskwrite example, two messages are sent by the client to the server process. On my Macbook, they never arrive.
diskwrite
To Reproduce Steps to reproduce the behavior:
dbg!
let deregister = match dbg!(clients[pos].recv(handler.as_ref())) {
[minidumper/src/ipc/server.rs:214] clients[pos].recv(handler.as_ref()) = Some( ( 0, [ 202, 91, 1, 0, ], ), )
This is the request_dump call being received. Expected behavior There should be two more dbg! outputs for the messages that get sent in the example.
request_dump
Device:
Describe the bug In the
diskwrite
example, two messages are sent by the client to the server process. On my Macbook, they never arrive.To Reproduce Steps to reproduce the behavior:
dbg!
call to https://github.com/EmbarkStudios/crash-handling/blob/a03917d01580923c15bc9ce4902afe5d40dad45a/minidumper/src/ipc/server.rs#L214 so you can see when a message arrives:dbg!
only prints one received message:This is the
request_dump
call being received. Expected behavior There should be two moredbg!
outputs for the messages that get sent in the example.Device: