Hi Kenneth, thank you for your response, we are not online yet, we are in development now. I have also been in contact with Eric who is looking into some data regarding this issue.
I do have another issue I'm hoping to resolve around this load balancing. There is a second variable which is causing an issue. We are also using membership integration on this project. Now when we do not use load balancing the ChatProvider class works very well. I notice that methods such as IsAdministrator do not run on the client during load balancing but on the chat server. The issue is that the client does not appear to be sending enough information to the server for me to run my query and detect whether the user is an administrator.
Is the user passed through the stream during the communication to the server? If so, how can I get that username out of the stream?
edit: I see that the user unique identifier and username is passed through the inputstream. I was able to read out the stream but do not see what format or organization it is using. What formatting is being used so that I can pull the variables I need out of the stream.