You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Hi.
Great job on the project. I found it very usefull in what I'm doing.
I have made some changes. and was wondering if you want me to add them to your source.
I see you hadnt maintained this in a while so maybe you are not interested.
testing issues :
Unit tests with mock communication hanging and eventualy crashing (not always) - I think I fixed most.
Stress test not hanging, but taking a very long time to compelte (not always)
Additions:
I have a lot of logging in my project, so I added a small logging injection interface, where anyone using the lib can add his own log provider, and eventualy get logs from the lib.
I added logs in several key places
Added support for remote events using the .net event register scheme (+= , -=).
A Local node can register to a Remote event via the proxy. and then recieve the events triggered by the remote.
Let me know if you are interesetd in some or all the features. I can make a pull request for you to review