Ok I found a hack to allow the Connection objects to be GCd: ```ts event.waitUntil( connection.en
Ok I found a hack to allow the Connection objects to be GCd:
I still see no console.log from the
But this way I see only one "FinalizationRegistry created" message and the connections drop to 0 periodically.
I still see no console.log from the
FinalizationRegistry but I think that's a platform limitation.But this way I see only one "FinalizationRegistry created" message and the connections drop to 0 periodically.

