You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RoundTrip_ping with default parameters seg faults when run against a single instance of RoundTrip_pong also with default parameters. The default senderId for RoundTrip_pong is 0 and the problem appears to be the [msg->senderId - 1] index around line 277. I believe this should be simply [msg->senderId]
The text was updated successfully, but these errors were encountered:
RoundTrip_ping with default parameters seg faults when run against a single instance of RoundTrip_pong also with default parameters. The default senderId for RoundTrip_pong is 0 and the problem appears to be the [msg->senderId - 1] index around line 277. I believe this should be simply [msg->senderId]
The text was updated successfully, but these errors were encountered: