Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

fixes for running on older versions of .net and windows - #11

Open
Terricide wants to merge 5 commits into
RainwayApp:masterfrom
Terricide:master
Open

fixes for running on older versions of .net and windows#11
Terricide wants to merge 5 commits into
RainwayApp:masterfrom
Terricide:master

Conversation

@Terricide

Copy link
Copy Markdown

No description provided.

Mark Reed added 2 commits July 25, 2018 16:57
…ws. Made the spitfire dll native and added an example single process.
@CLAassistant

CLAassistant commented Jul 25, 2018

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Mark Reed seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@gsidsid

gsidsid commented May 19, 2019

Copy link
Copy Markdown

I needed to comment out the following lines in WebRtcSession.cs to get the example working:

Spitfire.OnDataChannelConnecting += Spitfire_OnDataChannelConnecting;
Spitfire.OnDataChannelClosing += Spitfire_OnDataChannelClosing;
Spitfire.OnDataMessage += Spitfire_OnDataMessage;
Spitfire.OnDataBinaryMessage += Spitfire_OnDataBinaryMessage;

Also in Program.cs it may be more informative to change
Console.WriteLine("Meesage from peer:" + ex); to Console.WriteLine("Meesage from peer:" + ex.Data);

But other than that this should really be merged in

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants