-
Notifications
You must be signed in to change notification settings - Fork 324
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
metamodel: Add information about whether a request/notification is sent from the client or the server #998
Comments
Makes sense. PR welcome. |
Great. Just to sketch out the design before I do anything, would something like this be acceptable? Name bikeshedding welcome!
|
Another option: |
I would go for direction. We need to consider |
Okay, sounds good to me. I'll leave both out for now since AFAIK no methods actually need it, but we can always add it later. |
Progress can in principal go in both ways. |
Is it okay for me to just modify the metamodel? Is it still re-generated from the typescript sources? |
Can we leave this open until the visitor is updated and the information is actually in the metamodel? |
Ignore me, you did it already! Very quick :) |
This would be handy for implementations which treat these kinds of messages differently, e.g. the Haskell implementation uses this to make sure servers don't accidentally register handlers for messages that can't be sent to them.
The text was updated successfully, but these errors were encountered: