So i should connect to the second websocket from the hibernation api, right?
So i should connect to the second websocket from the hibernation api, right?

wrangler tail.
\n
\\n\ which I'm not sure why cloudflare changes to\n\\n results in \n.replace(/\\n/g, '\n') ? Seems weird\n but I'm not sure what you're trying to achieve right now.replace(/\\n/g, '\n') and it works, so I'm just going to use that
wrangler tail\n\n\n\n\\n\\\n.replace(/\\n/g, '\n').replace(/\\n/g, '\n')// Not recommended: many users may share a single IP, especially on mobile networks
// or when using privacy-enabling proxies
const ipAddress = req.headers.get("cf-connecting-ip") || ""
const { success } = await env.MY_RATE_LIMITER.limit({ key: ipAddress })