-
Notifications
You must be signed in to change notification settings - Fork 333
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
Windows Phone 8.0 and Windows Store Apps platforms support #9
base: master
Are you sure you want to change the base?
Conversation
… the adapter pattern over the socket class
- Specific adapter socket implementation - Encryption features not supported - UPnP features not supported - Specific DNS resolve implementation - csproj for WP8.0 plaform included
- Specific adapter socket implementation (Mostly shared with WP8.0 implementation) - Encryption features not supported - UPnP features not supported - Specific DNS resolve implementation (Mostly shared with WP8.0 implementation) - csproj for WinRT plaform included - Some classes from System.Sockets.Net namespace have been taken from Mono project. Known issues: - When the WinRT device starts as server and any client is started in the same device, the broadcast request sent by these clients, will not be received by the server until any other broadcast request sent by an external device is received. http://stackoverflow.com/questions/24736463/cant-receive-broadcasts-in-winrt
@lidgren Has your PC got a virus, or your e-mail been hacked or something?? It looks like spam is being sent to GitHub via your e-mail? |
Wow; does github post comments coming via email without any type of authentication? That's horrible. My mail account is secure, but somehow my address book as gotten into the hands of spammers (I suspect via phone or tablet app)... so someone is faking emails from me to everywhere I've mailed :-( |
Hmm... ok, github security seems to be that the reply-to address is unique; so you need to know it to reply via email. Maybe that address is stored in the gmail address book tho... in which case that's where the spammer got it :-( |
@lidgren Shit, that ain't good! And I just received a mail bounce-back just then - looks like someone is now trying the same thing with my e-mail address! I think your address book must be compromised because coincidentally this happened just after I e-mailed you... :/ |
I have a Windows Phone 8.1... The user base is miniscule, but it would be nice to have online support for all 16/32 players that still use one :P |
@lidgren i can't help but notice it's been inactive for a bit, are you still working on lidgren? |
Not really. I plug pure bugs and small fixed, but no active development, no. |
…ide of communication. This commit fixes this issue checking socket status error, that is expected to be ConnectionResetByPeer under these circumstances.
We are planning to use Lidgren as part of the Networking library for Wave Engine. This library will be available in our Github account in the future.
This pull request contains the changes that we do in order to get it working in Windows Phone 8.0 and Windows Store Apps.
NOTES:
We expect to continue working together for a full cross-platform support and offer this amazing library to everybody :)