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
Since the WaitSet must support file descriptors, the event messaging pattern must be based on file descriptors. Currently, the process local variant uses non-process local unix datagram sockets which violate the process local contract.
This can be solved by creating an abstraction for socketpair() and implementing an event concept on them so that it can be used in process local services.
The text was updated successfully, but these errors were encountered:
Brief feature description
Since the
WaitSet
must support file descriptors, the event messaging pattern must be based on file descriptors. Currently, the process local variant uses non-process local unix datagram sockets which violate the process local contract.This can be solved by creating an abstraction for
socketpair()
and implementing an event concept on them so that it can be used in process local services.The text was updated successfully, but these errors were encountered: