Conversation
Closes theomessin#6
|
Thanks for this, I'll try to review properly when I have some time available. A couple of comments/questions off the top of my head:
/// <summary>
/// Handle a connection to the simulator
/// </summary>
/// <param name="sender">SimConnect Object</param>
/// <param name="data">Simulator info</param>
|
|
|
Hey @frankracis, thanks for your patience - I've been quite busy. I've had some time to think about this and I have two issues with this PR at the moment (nothing to do with your code 😄):
I'm open to discussing this further. Let me know what you think 😃 |
|
That makes sense - you don't want ownership of code when you're not going to be responsible for maintaining it. I'll create my own repo for the C# client, and you can just keep a link to it here. |
I will be interested to use your client for opena3xx |
Closes #6
I tried to keep it similar to how the C++ client was implemented.
The actual Client should be pretty easy to wire in to any app already using SimConnect.