Kaique Anarkrypto
Explore posts from serversHandle websockets from Durable Objects
I have my own Durable Object class that implements websockets. It works well with raw cloudflare workers
But when I try to implement hono, it does not works.
How to make Hono handle my Cloudflare Durable Object with Websocket. I do not want to use the Hono websockets helpe, I have my own class to handle it.
1 replies
CDCloudflare Developers
•Created by Kaique Anarkrypto on 9/17/2023 in #workers-help
Queue too slow ?
Hello! I'm implementing Cloudflare Queue in my projects.
My Producer and Consumer are in the same Worker.
However, I expected a shorter time to send messages.
After some tests, I get an average of 160 ms
Shouldn't it be faster, since they are on the same worker? Is my test wrong or I missed something?
2 replies