I am trying to send a message from one thread to my UI thread using a handler. I am sending messages using the pusher API (pusher.com). and they are coming in and I can see them coming in really quick but it takes a while for the UI thread to get the message through the handler and it queues them instead of send and release as soon as something comes in. I am trying to send a message from one thread t