Issues
Implement WebSockets as an Extension
Description
Details
Assignee
Igal SapirIgal SapirReporter
JPJPLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Affects versions
Priority
New
Details
Details
Assignee
Reporter
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Affects versions
Priority
Activity
Chanh Ong1 March 2017 at 21:59
When I tried with this URL http://127.0.0.1:8888/websocket/websocket-example.cfm, it works
but when I tried with this URL: http://dev.localhost/websocket/websocket-example.cfm, it won't work.
I got this on
Echo From Server:
messages here come back from the server
close
error
Why is that?
Thanks
Chanh Ong1 March 2017 at 16:26
Thank you for the example file.
Igal Sapir1 March 2017 at 00:55
Unchanged as of right now. I hope to be able to work on it soon, but unfortunately couldn't find time for it lately.
JP1 March 2017 at 00:53
, are there any code changes to your extension, or is it the same version that you originally posted?
Igal Sapir1 March 2017 at 00:08
There is a link in the description of the video. Here it is: http://21solutions.net/res/files/websocket-example-1.0.4-BETA.zip
Implement WebSockets like ACF11:
http://www.adobe.com/devnet/coldfusion/articles/using-websocket.html