Settings

Theme

We improved OneDrive folder automount

blog.axiorema.com

7 points by akotti 3 months ago · 2 comments

Reader

AveryAb 3 months ago

Any reason to not use something like Jsonrpc? Why implement a custom IPC?

  • akottiOP 3 months ago

    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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection