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
This commit 1845112 is full of errors and its just a mock-up on how can I architecture this, but it needs lots of proper testing. Some todos and bugs are:
IOMessage does not own the payload and becomes invalid. Possible solutions are: IOMessage owns the payload (simple but less performant), Transfer ownership to the IOMessage and the receiver of the message frees it.
IOMessage does not relates a given message with the original sender. As stated in my FIXME so we can pass a pointer to a Client and a callback so he can update its state.
This commit 1845112 is full of errors and its just a mock-up on how can I architecture this, but it needs lots of proper testing. Some todos and bugs are: