https://discord.cloudflare.com logo
Join Discord
Powered by
# workers-discussions
  • u

    0xMetas

    04/15/2023, 5:38 PM
    Any info/ETA?
  • h

    HardAtWork

    04/15/2023, 5:39 PM
    Note too that the current iteration of Socket Workers will be outbound only, and thus will not support inbound UDP
  • h

    HardAtWork

    04/15/2023, 5:39 PM
    And for your second question
  • h

    HardAtWork

    04/15/2023, 5:39 PM
    message has been deleted
  • u

    0xMetas

    04/15/2023, 5:39 PM
    Ok thank you
  • u

    0xMetas

    04/15/2023, 5:40 PM
    Socket workers were my last hope to get this serverless. Doesn't seem to be supported by anyone
  • h

    HardAtWork

    04/15/2023, 5:41 PM
    It's kind of hard, because it requires a dedicated IP address. HTTP(S) services are comparatively easier because many different services can share a single IP address and then be sorted by the Host header, which doesn't exist on UDP.
  • h

    HardAtWork

    04/15/2023, 5:41 PM
    Or at least, that's how I understood it
  • u

    0xMetas

    04/15/2023, 5:42 PM
    Oh that makes sense. I assumed it was just too niche for providers to support
  • x

    xnslx

    04/15/2023, 5:49 PM
    Question. I finally deploy Shopify hydrogen V2(built based on Remix) to Cloudflare workers, but it kinda of losing all the css styling. Does anyone encounter the same issue and how to resolve it? Many thanks!
  • d

    dave

    04/15/2023, 6:13 PM
    ah, tickets are locked or you're taking a weekend off like a normal employee? ๐Ÿ˜›
  • e

    Erisa | Support Engineer

    04/15/2023, 6:20 PM
    Its weekend!
  • e

    Erisa | Support Engineer

    04/15/2023, 6:20 PM
    I work some weekends but not this one
  • d

    dave

    04/15/2023, 6:44 PM
    there should be a way of doing this, one sec
  • u

    0xMetas

    04/15/2023, 7:13 PM
    ๐Ÿ‘€ all ears if you figure it out ๐Ÿ™‚
  • c

    chientrm

    04/16/2023, 5:09 AM
    This is my worker route:
    Copy code
    ts
    .get("/audio/:id/process", withParams, (req) => {
      const id = req.params!.id;
      return fetch(`${flyworker}/bucket/${Bucket}/key/${id}/process`);
    })
    Will worker buffer my
    fetch
    respawn before send it to end-user? ๐Ÿค”
  • c

    chientrm

    04/16/2023, 5:09 AM
    At my client, I keep getting
    timeout
    error although wrangler logged it's a
    http 200
  • c

    chientrm

    04/16/2023, 5:28 AM
    I tested again via Safari, the original
    flyworker
    stream response correctly but
    worker
    buffers it and returns the whole response when finish.
  • c

    chientrm

    04/16/2023, 7:13 AM
    I even tried this stream api guide: https://developers.cloudflare.com/workers/learning/using-streams/ But wrangler still buffer the whole response ๐Ÿ˜ฆ
  • c

    chientrm

    04/16/2023, 8:00 AM
    HELPPP!!!
  • h

    HardAtWork

    04/16/2023, 8:03 AM
    Maybe it is your router?
  • c

    chientrm

    04/16/2023, 8:04 AM
    imma try
  • c

    chientrm

    04/16/2023, 8:04 AM
    it's itty router.
  • c

    chientrm

    04/16/2023, 8:28 AM
    it's tunnel ๐Ÿคฆโ€โ™‚๏ธ
  • c

    chientrm

    04/16/2023, 8:28 AM
    Streaming correctly when I browse
    192.168.1.x
    , I wonder would this happen again when I deploy to production worker ๐Ÿค”
  • e

    eidam | SuperSaaS

    04/16/2023, 1:18 PM
    Please ping @Rob [KV, Queues] with details if you are around ๐Ÿ™
  • b

    Benji

    04/16/2023, 1:19 PM
    well im now at 1.4k
  • b

    Benji

    04/16/2023, 1:19 PM
    i have gotten a 50% email, but no 90% today yet
  • e

    eidam | SuperSaaS

    04/16/2023, 1:20 PM
    Can you share your account id and kv namespace id with Rob? Both can be found in cf dashboard
  • w

    Walshy | Pages

    04/16/2023, 1:20 PM
    What's your account ID and what namespace ID?
1...239823992400...2509Latest