miso icon indicating copy to clipboard operation
miso copied to clipboard

Use `WeakPtr` for `Socket` in `Miso.Runtime`.

Open dmjio opened this issue 6 months ago • 0 comments

This ensures that connections are purged from the connection IntMap in Miso.Runtime when the connection token goes out of scope in the user's application code.

dmjio avatar Aug 17 '25 01:08 dmjio