Open fire1 opened 1 year ago
@fire1 , you could try to use WebSocket as a transport like at https://github.com/Yaffle/EventSource/issues/87#issuecomment-562852095
@fire1 , you could try to use WebSocket as a transport like at #87 (comment)
I'll give it a try, but with little hope... Аll I see currently working in UXP is from a timeout, even a socket content is there, (even heartbeat). For me, UXP request does not support "stream-like" responses. Thanks for the suggestion, will report back after the tests
EDIT: WebSocketTransport
not defined
Hi again, what is the minim version to support this polyfill, from what I check, UXP is based on javascript ES3, (or maybe even older...) but also running on Chromium ...??? I can't even begin to imagine what a mess Adobe has made and how this is possible!
Besides, great work! Your polyfill is best working so far...
@fire1 ES5, may be ES3
Hi!
I'm trying to add a connection to the Mercure hub from the Adobe UXP plugin, it seems to connect, but cannot receive any message from the hub. (Topic is same)
It should work since they have some internal class that provides socket connection WebSocket
Any suggestions on how to proceed, or just to scrap this plugin for a later time?