Jason Nall
Jason Nall
Hey, thanks for raising the issue! I definitely have plans I'd like to push forward, some necessary things are obvious and some is more speculative and needs additional planning (and...
Hey, so I looked into this and I don't think there's an actual leak happening here. When we create new subscriptions for a given window, we'll actually overwrite existing subscriptions...
Marking this as completed as of #165, which is out in 0.6.0.
@ylc395 I have a set of changes coming soon to address issues folks are having using ESM. It's going to be a major version bump in the library, but going...
Hey, thanks for the thorough detail here and the considerations for fixing this. It seems to me that both of these solutions could be available going forward, where users pre-processing...
Hey, thanks so much for doing this! ❤️ I'm happy to accept your changes if you'd like to open a PR. Otherwise, I'll catch up with the latest TRPC in...
Hey @thecodrr, can you provide more information about when the error occurs? I'm confident I have a fix, but I want to be sure I understand the root cause before...
Folks, TRPC 11 is in beta and may have breaking API changes. I am not going to force consumers of electron-trpc onto the TRPC beta line. There is an electron-trpc...
Subscriptions should be closed when the client closes the subscription, or when the client disconnects. The problem is that the connection mechanism for electron isn't like browser connections, where when...
> I think that the assumption that a component has to unmount on route change is not true We don't enforce component mounting/unmounting on route change, that's all tRPC. What...