π Bug Report β Runtime APIs: WebSocket.close() logs Request failed due to internal error
in Miniflare
#1299
Labels
Durable Objects
https://developers.cloudflare.com/durable-objects/
When calling
socket.close()
for a WebSocket connection inside a Durable Object logs the following error to Miniflare console.For instance:
Outputs:
The socket closes correctly. We are only seeing this error in Miniflare, not in Workers platform logs, but I'm not sure if that means the error is not occurring, or if it's just not being send to
wrangler tail
.The text was updated successfully, but these errors were encountered: