jsonnull / electron-trpc

Build type-safe Electron inter-process communication using tRPC
https://electron-trpc.dev/
MIT License
267 stars 26 forks source link

Serialize inputs #93

Closed beeequeue closed 1 year ago

beeequeue commented 1 year ago

Currently the link is only transforming the outputs (i.e. what the client receives) but not the inputs (what it sends)

jsonnull commented 1 year ago

@BeeeQueue Thanks for contributing!

I'm going to go ahead and merge this in. I'm going to write some tests to cover this as well, after those are in I'll release it, should be tonight or early tomorrow.

jsonnull commented 1 year ago

electron-trpc@0.3.2 is out and includes this fix. Thanks so much!