miso
miso copied to clipboard
Use `WeakPtr` for `Socket` in `Miso.Runtime`.
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.