ravuthz / phpwebsocket

Automatically exported from code.google.com/p/phpwebsocket
0 stars 0 forks source link

First message ignored due to unnecessary ELSE #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Before the process is called, the system attempts to see if the user has been 
"handshaked" and, if not, commits the handshake and stores the user.

For some reason, with my Chrome testing, the else block after this conditional 
statement is causing the first message sent to be ignored. I have corrected 
this by removing the else.

See attached file with comments. (Lines 38-40)

Original issue reported on code.google.com by lylemw...@gmail.com on 25 Apr 2011 at 12:24

Attachments: