From 94a6b060d56657b830f17b4f9f5d515b69c9effc Mon Sep 17 00:00:00 2001 From: jgeboski Date: Tue, 27 Jan 2015 21:48:34 -0500 Subject: Revert "Implemented message sending queue" This reverts 68c46dd. While the sending queue attempted to ensure each message was sent in order, it also lead to a significant delay in the sending of messages. This is due in part to Facebook taking upwards of a minute or more to reply to a message being sent. Moreover, the queue is not really needed unless messages are being spammed. --- facebook/facebook-api.h | 1 - 1 file changed, 1 deletion(-) (limited to 'facebook/facebook-api.h') diff --git a/facebook/facebook-api.h b/facebook/facebook-api.h index 3080125..ef1f66a 100644 --- a/facebook/facebook-api.h +++ b/facebook/facebook-api.h @@ -225,7 +225,6 @@ struct fb_api fb_http_t *http; /** The #fb_http. **/ fb_mqtt_t *mqtt; /** The #fb_mqtt. **/ GError *err; /** The #GError or NULL. **/ - GQueue *msgs; /** The #GQueue of raw messages. **/ fb_id_t uid; /** The The #fb_id of the user. **/ gchar *token; /** The session token. **/ -- cgit v1.2.3