We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Crash in ipc_send_cb in stressed reqrep example
Expected behavior Client and server run without any crash
Actual Behavior At one point client calls nng_send and a crash happens in the invocation of ipc_send_cb.
nng_send
ipc_send_cb
To Reproduce Run the modified version of the reqrep example with ipc transport from here: https://gist.github.com/mikisch81/428c4ad87afcc1c8881b282cd5e80eb3
reqrep
This example also was used to reproduce #1827 and #1837
Server: reqrep.exe server ipc://testing.nng Client: reqrep.exe client ipc://testing.nng
reqrep.exe server ipc://testing.nng
reqrep.exe client ipc://testing.nng
** Environment Details **
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Crash in ipc_send_cb in stressed reqrep example
Expected behavior
Client and server run without any crash
Actual Behavior
At one point client calls
nng_send
and a crash happens in the invocation ofipc_send_cb
.To Reproduce
Run the modified version of the
reqrep
example with ipc transport from here: https://gist.github.com/mikisch81/428c4ad87afcc1c8881b282cd5e80eb3This example also was used to reproduce #1827 and #1837
Server:
reqrep.exe server ipc://testing.nng
Client:
reqrep.exe client ipc://testing.nng
** Environment Details **
Additional context
The text was updated successfully, but these errors were encountered: