ID:1676111
 
BYOND Version:507
Operating System:Windows 7 Home Premium 64-bit
Web Browser:IE 11, Chrome...(ill look it)
Applies to:Webclient
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
When connecting via dream seeker, /client is only added once. When connected in web, with only one player online - I see it multiple times.



Numbered Steps to Reproduce Problem:
Connect via the web.

Code Snippet (if applicable) to Reproduce Problem:
mob/Stat()
var/count = 0
for(var/client/c)
count++
stat("Connections: [count]")
for(var/client/c)
stat("> [c] - [c.connection]")


Expected Results:
No unnamed connections. They should roll into the web users /client.

Actual Results:
multiple connections indicating more than one client connected. Connections do go away within a few minutes - but can affect existing games that do not filter these.

Does the problem occur:
Every time? Or how often? Yes

When does the problem NOT occur? Seeker

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)

Testing..
.1254 - issue occurs.


Workarounds:
Remove non-named clients.

P.S. Sorry for all the posts. :)
I've been looking into this a bit. It appears to be extremely intermittent, though more common on Chrome than on other browsers. I can see what's going on in general though I'm not sure why (chalk it up to browsers behaving badly). It's on my list to fix.