djtnals1 / maplelib2

Automatically exported from code.google.com/p/maplelib2
0 stars 0 forks source link

Issues with getting disconnected from a server, #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a connnector
2. Let it connect to a GMS server
3. Let it getting pinged-out

What is the expected output? What do you see instead?
I expected to see a message of being disconnected.
I saw nothing.

What version of the product are you using? On what operating system?
Latest, Windows XP and Windows 7

Please provide any additional information below.
This:

            catch (SocketException se)
            {
                if (se.ErrorCode != 10054)
                {
                    Console.WriteLine("[Error] Session.OnDataReceived: " + se);
                }
            }

The if statement misses an else statement (which triggers the
OnClientDisconnected event)

Original issue reported on code.google.com by diamondo...@gmail.com on 11 Apr 2010 at 11:44

GoogleCodeExporter commented 9 years ago
I have never even looked at the networking part of MapleLib, not to mention 
changed it, and I have no idea how it works - you will have to talk to Snow 
about this problem.

Original comment by haha01ha...@gmail.com on 24 Jul 2010 at 5:26