-
Notifications
You must be signed in to change notification settings - Fork 331
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
Remote Procedure Call update proposal #51
Comments
Hey, would you be able to share your RPC code with us? I'm looking at many implementations using Lidgren and would love to see yours. |
@AgentFire Link is dead and I would love to see how you did it. Been tearing my hair out trying to come up with good networking for my project |
@henrysipp I kinda would love to post my library as a NuGet package, but that would require for @lidgren to have his own library updated. You know, to reference it as a dependency correctly. |
Hello.
I have developed a simple RPC library using my beloved Lidgren.Network, and I would like to present what I have achived during the last days.
Here I post link to an image: http://i.snag.gy/EBXXY.jpg (code inside)
Now, I'm not that strong with English language, please excuse me if I'm being not clear at some points and feel free to ask for clarifications.
In short:
out
,ref
parameters and non-void return types are not supported, I hope you understand why.My question is, will there be any interest in this? I'm planning to use this in my game, as I see much necessity of it in there. Could this be merged? If not, do you, @lidgren allow me to create a nuget package which would use your library?
The text was updated successfully, but these errors were encountered: