I've got the websockets to work, and I prefer them highly -- they're much more responsive. However, we have hundreds and hundreds of points we need to pull constantly to a front-end custom-made dashboard type thing, and i find that i have a hard limit of about 255ish websockets open at once. I did a bit of research and found that it is a browser/OS limitation and tried to increase it with no effect (OSX, same limitation on windows though...)
Has anyone hit this issue at all? I have to do endless 5-second-delays on getValue api requests instead =\ I would prefer sockets but they have proven to be unfortunately limiting. Any solutions on this that I don't know about?