-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi
I'm reffering to lines 88 and 89 in JSocket.as:
var buffer:String = soc.readUTFBytes(soc.bytesAvailable);
ExternalInterface.call('JSocket.dataHandler', socid, buffer.replace(ESCAPER_REG, '\'));
Can i predict from them, that my protocol will crash by creating escape sequences within the generated binary stream? I've been testing a while, but the communication crashes after a few moments.
Metadata
Metadata
Assignees
Labels
No labels