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
Description: I encountered a segmentation fault when executing the provided code in a federated setting. However, the same code works without any issues when running in an unfederated setting. The error appears to be caused by the use of multiport for federated execution.
ClientReactors Output
startup reaction of both clients seems to be fine:
ServerReactor Ouput
The problems seems to be caused by the convert_C_port_to_py function
The text was updated successfully, but these errors were encountered:
Description: I encountered a segmentation fault when executing the provided code in a federated setting. However, the same code works without any issues when running in an unfederated setting. The error appears to be caused by the use of multiport for federated execution.
ClientReactors Output
startup reaction of both clients seems to be fine:
ServerReactor Ouput
The problems seems to be caused by the convert_C_port_to_py function
The text was updated successfully, but these errors were encountered: