|
|
|
@ -89,8 +89,8 @@ public class MessageDispatcher implements Runnable {
@@ -89,8 +89,8 @@ public class MessageDispatcher implements Runnable {
|
|
|
|
|
|
|
|
|
|
public static void send(Dispatch messageDispatch, DispatchChannel dispatchChannel) { |
|
|
|
|
|
|
|
|
|
// A Dispatch should be borrowed from the local cache.
|
|
|
|
|
// They will automatically be released back to the queue
|
|
|
|
|
// Use Dispatch.borrow() for a new dispatch.
|
|
|
|
|
// The Dispatch will be released by the system
|
|
|
|
|
// once delivered.
|
|
|
|
|
|
|
|
|
|
// Don't queue up empty dispatches!
|
|
|
|
|