this.ctx.getWebSockets() return array of empty objects

When I run this.ctx.getWebSockets() from my durableObject it returns me an array of empty objects, but I expected to actually receive the websockets, what am I missing?
Was this page helpful?