When I'm using SendQuickly with Target.All to send a UDP RFC to all channel members it appears to only actually run on the caller. This is supported by looking into SendRFC in TNObject where in this case target is changed to Others and executeLocally is set to true (which makes sense), but then the actual network message is only sent if executeLocally is false.
Is the logic of this wrong, or am I totally misunderstanding the intended usage? (For now I can certainly work around this by using Target.Others and then doing the local call myself)