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
I have a requirement to be able to set MessageFlag.NO_REPLY_EXPECTED on signals sent, because I have other processes on the same system that somewhat stupidly reply to my signals with an empty body, and because of the relatively high amount of traffic it increases CPU use on the embedded target that it runs on.
Presently this does not appear to be possible.
Maybe it is as simple as adding a flags parameter to the @signal decorator.
The text was updated successfully, but these errors were encountered:
I have a requirement to be able to set
MessageFlag.NO_REPLY_EXPECTED
on signals sent, because I have other processes on the same system that somewhat stupidly reply to my signals with an empty body, and because of the relatively high amount of traffic it increases CPU use on the embedded target that it runs on.Presently this does not appear to be possible.
Maybe it is as simple as adding a
flags
parameter to the@signal
decorator.The text was updated successfully, but these errors were encountered: