Esente
Explore posts from serversCDCloudflare Developers
•Created by Esente on 4/16/2024 in #workers-help
TCP Socket does not seem to work on Worker
I have created a new worker using the example on https://developers.cloudflare.com/workers/runtime-apis/tcp-sockets/#connect (also below), under https://connect.fifo.workers.dev
When trying to access https://connect.fifo.workers.dev/gopher/wbgopher, it takes a long time and just returns a blank page.
It seems to stuck at responding with the ReadableStream from socket.
Code from the example:
5 replies