Closed simonkellly closed 2 years ago
Not sure i understand what you mean, the option for making a method rpc is done in the attribute not in the method itself
Sending it is done via a call to Send
, which you've now altered to support sending immediately, instead just add a separate method.
Unsafe send always had support for sending immediately, it was an optional parameter. This pr just exposes a way to set said optional parameter inside a method rpc, it does not touch the rest of the rpc system
Adding a
SendImmediately
method will probably be simpler and more suitable for RPCs with multiple uses.