Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigation on general .net core / netstandard IPC implementation #55

Closed
juanfranblanco opened this issue Jun 12, 2016 · 4 comments
Closed

Comments

@juanfranblanco
Copy link
Member

juanfranblanco commented Jun 12, 2016

.Net does not support IPC in linux out of the box, this task is to investigate support of other frameworks like https://github.com/hhblaze/SharmIPC to create a port of the IPC implementation for Windows.

@juanfranblanco
Copy link
Member Author

@juanfranblanco juanfranblanco mentioned this issue Apr 3, 2017
@juanfranblanco juanfranblanco changed the title Support for IPC in Linux Investigation on general .net core / netstandard IPC implementation Apr 3, 2017
@juanfranblanco
Copy link
Member Author

New json.net (^10) supports deserialization of large files / streaming objects

@djsowa
Copy link
Contributor

djsowa commented Jul 24, 2017

I used mono implementation of UnixEndPoint and I implemented IPC client for Unix Domain Sockets to be used within Nethereum.
Here is my implementation

juanfranblanco added a commit that referenced this issue Jul 25, 2017
@juanfranblanco
Copy link
Member Author

Many thanks to @djsowa for all his help on this!!! Closed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants