Server Sent Event And Asp Classic
I made a ASP script with all headers necessary for Server Sent Events. The client side script is working. I tested it with a PHP script and it works fine. The ASP script works and
Solution 1:
Try to use Response.Flush
after Response.Write
Edit*
Put two enters after the strResponse string:
response.Write strResponse & vbCrLf & vbCrLf
Post a Comment for "Server Sent Event And Asp Classic"