Hey Everyone, I've run into a rather nasty bug that needs immediate attention, as it affects nearly all the charting data calls. Basically, the problem is as follows. When I execute a command on the client that makes a delegate request, the result is normally returned back to that same command. However, if there are several commands of the same type executed in rapid succession, for some the last command receives all the results, and the other commands receive nothing.
This seems seriously flawed to me. The application should be able to handle several requests of the same type in rapid succession, and get them all back to their proper places. Can anyone suggest why this problem is happening? - Giff

