Relative Code in Plugin:
_socket = new StreamingSocket();
if (_socket->connect (hostName, portNumber, timeOutMillisecs))
{
thread->startThread();
}
It's ok in IE9 or IE10. But I got crash when i use IE8.If i delete this code
thread->startThread();
It will be normal.
@jules,Can I have some of your time to deal with it?
