bypassQueue property
final
Bypasses being put into the queue. Useful for sending stanzas that must go out now, where it's okay if it does not get sent. This should never have to be set to true.
Implementation
final bool bypassQueue;
Bypasses being put into the queue. Useful for sending stanzas that must go out now, where it's okay if it does not get sent. This should never have to be set to true.
final bool bypassQueue;