-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Encode member collection handler types in the bit pattern for the handler #872
Labels
Comments
Merged
@jstrzebonski Can you work on this next? Right now in |
jstrzebonski
pushed a commit
that referenced
this issue
Oct 16, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 19, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 27, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 27, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 27, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 29, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 29, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 29, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 30, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 30, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 30, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 30, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 30, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 30, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 30, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Oct 30, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Nov 3, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Nov 3, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Nov 3, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Nov 3, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Nov 3, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Nov 3, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Nov 3, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Nov 4, 2020
jstrzebonski
pushed a commit
that referenced
this issue
Nov 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Needs to be Done?
Right now, in {send,broadcast}UntypedHandler we pass around a boolean
member
to distinguish the handler type (member vs. function) on the send and receive side after the handler is registered. That bit can easily fit in the 64-bits forHandlerType
. Encode it, remove it from messages, and from the interface.The text was updated successfully, but these errors were encountered: