We improved OneDrive folder automount
blog.axiorema.com
We improved OneDrive folder automount
1–3 of 3 posts
Re: We improved OneDrive folder automount
#2Any reason to not use something like Jsonrpc? Why implement a custom IPC?
Re: We improved OneDrive folder automount
#3Any reason to not use something like Jsonrpc? Why implement a custom IPC?
Our management console (the client) is integrated into MMC, so it's limited to running under .NET Framework. While e.g. StreamJsonRpc can be used in this environment, it would also result in an awful amount of dependencies (Nerdbank.Streams, Microsoft.VisualStudio.Validation, Nerdbank.Streams, MessagePack, etc.), all of which are kind of tricky to bundle.
So we decided that in the long run, a simple custom IPC implementation would actually be more maintainable.