send rpc syscalls in the order in which they were created

This commit is contained in:
hamza zia 2015-07-11 10:59:31 +05:00
parent 21b929f11c
commit 1aac0166b9

View File

@ -181,7 +181,7 @@ function(syscall, time, alerts, utils, rootScope, uri, authconf) {
cb = cb || angular.noop;
params = params || [];
subscriptions.unshift({
subscriptions.push({
once: true,
name: 'aria2.' + name,
params: params,