lancety
lancety
see this https://github.com/vercel/pkg/discussions/1623#discussioncomment-2729625 @FahrulID @cheul123a
[X] I will try very soon. Thanks for confirming. Update: yes SharedArrayBuffer works, and now available again in browsers :D
I experienced same issue typescript+webpack5. Instead of letting webpack to handle the bundle build, as a workaround, you can set a webpack.config.worker.js for your worker entry file which is the...
morning @yandeu thanks for quick reply. :) My EC2 server has public IP, its based on "https" module server. I can open pages of the "https" server. When connecting through...
just noticed there is one test siutation which made udp connection success - I opened ec2 node instance, and went out home for 2 hours, after come back (after submit...
a question about the port used by tcp and udp: I am using socket.io for tcp data, geckos.io for udp data, and when create these services, I use same domain:port,...
hi @yandeu , when using ip stun server ,what is the right format of the server address? is below sample correct? the client side did not receive right server candidate,...
just found another discussion on stack overflow about the twilio stun server, here is the list I am using, and get 100% success udp connection ``` {urls: "stun:global.stun.twilio.com:3478?transport=udp"}, {urls: "stun:stun.l.google.com:19302"},...
+1 wondering if can make node trigger and send ouput value to next node as default behavior without requiring make and connect "action" socket (if the output action socket never...
I guess your button is using onClick event. instead click, try onPointerDown onPointerUp. I have same issue, onCLick wont trigger if a stick is active, but pointer events are working,...