IpcServiceFramework icon indicating copy to clipboard operation
IpcServiceFramework copied to clipboard

.NET Core Inter-process communication framework

Results 12 IpcServiceFramework issues
Sort by recently updated
recently updated
newest added

Can the namedpipe connections grow/shrink as per the demand? Does it support connection pooling?

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

**Is your feature request related to a problem? Please describe.** I want to use an ipc framework in desktop wpf apps. This is a good ipc framework, but using this...

Hi, I see that during the last 11 months no code changes have been made and I want to ask about the status of this project. I'm looking for a...

**Describe the bug** Task DoTask(CancellationTokenSource cancellationToken); When the client calls DoTask(cancellationToken),cancellationToken has been cancelled, But the server receives the CancellationToken is not cancelled. **Expected behavior** the server receives the CancellationToken...

See https://helloacm.com/c-linq-possible-multiple-enumeration-of-ienumerable-resharper/

This is a great project, thank you. I plan to use this project in my https://github.com/dotnet-campus/dotnetCampus.Ipc project. I may need to copy part of the code from this project. What...

As we know, newtonjson become standard for asp.net, but since .net core 3 we get System.Text.Json, how about to remove newtonjson dependency? Some features (like JsonConstructor for example) will be...

enhancement

Hello I'm looking for wcf replacement in the .netCore. REST is fine but is too slow when complex data types are being serialized. It would be nice to have possibility...

enhancement

**Describe the bug** Functions like this fails: `bool Reload(string item);` Functions without string works as it should: `bool ReloadAll();` `bool ReloadIteml(int num);` `bool TryAll(bool areyousure);` It worked in earlier releases,...

question