🐛 BUG: Using queue
in Miniflare with https: true
produces the error "disconnected: peer disconnected without gracefully ending TLS session"
#8221
Labels
bug
Something that isn't working
Which Cloudflare product(s) does this pertain to?
Miniflare
What versions are you using?
^3.20250214.0 [Miniflare], 22.13.0 [Node]
What operating system and version are you using?
Ubuntu 22.04.5 LTS
Please provide a link to a minimal reproduction
No response
Describe the Bug
From the Miniflare Getting Started guide (https://developers.cloudflare.com/workers/testing/miniflare/get-started/#dispatching-events)
When
https: true
is set, the workerd runtime produces an error when calling thequeue
method of a worker instance. This does not appear to the affect the functionality. Queues which work as expected whenhttps
is bothtrue
andfalse
. The reported error seems unrelated.Tested across several nodejs and miniflare versions.
main.js
worker.js
Error:
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: