kythyria / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

4.5.x XFR "issue" results in closed socket, gets into redirect loop #307

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to login with MahChats OR the MSNPSharp sample client

What is the expected output? What do you see instead?
Transfer loop, first hits NSMessageHandler.OnXFRReceived, then initiates the 
disconnection.  Eventually it gets to  
SocketMessageProcessor.BeginDataReceive:392 which throws

ObjectDisposedException, Cannot access a disposed object. Object name: 
'Org.Mentalis.Network.ProxySocket.ProxySocket'.

An interesting note is that this happens with my accounts (I've got multiple 
for testing purposes, and because of LiveID requirements for Bizspark/etc), but 
NOT with the default account included in the test client.

It seems like it does the XFR bits correctly, and eventually starts getting 
extra data (like Censor stuff), then a XFR request to  
beta.gateway.messenger.live.com:1863... and it goes back to the start, looping.

What version of the product are you using? (MSNPSharp, OS, Mono etc.)
The bug is with 4.x/4.5.x, but works fine under 3.x (it doesn't have the login 
loop), .NET 4, Win7

Is your code check out from SVN or download from our download site?
Both latest release and SVN (trunk and MSNPSHARP_45_STABLE)

Original issue reported on code.google.com by theleagu...@gmail.com on 22 Nov 2011 at 2:31

GoogleCodeExporter commented 9 years ago
Nice report, let me take a look. Can you attach a full trace log copied from 
the Trace form of example client so we can better debug it?

Original comment by freezing...@gmail.com on 22 Nov 2011 at 10:51

GoogleCodeExporter commented 9 years ago
Or can you share us an account to reproduce the problem?

Original comment by freezing...@gmail.com on 22 Nov 2011 at 10:54

GoogleCodeExporter commented 9 years ago
I'll see if I can setup a test account to replicate the issue with tomorrow. I 
apoligise for the delay in response, Google Account stuffup means I no longer 
get email notifications :/

I've attached the traceform log, that log is the size generated after about a 
minute!

Original comment by theleagu...@gmail.com on 22 Nov 2011 at 12:50

Attachments:

GoogleCodeExporter commented 9 years ago
I haven't yet figured out how to replicate this issue with a different/new 
LiveID. Interestingly the new account does *not* get redirected to 
beta.gateway.messenger.live.com at all. I was able to add the new LiveID to the 
contact list of my old one but then neither were visible to each other - and 
this was all through official clients. When I then fired up MSNP3.x sample 
client with my LiveID and readded the test LiveID, everything worked (and in 
current clients too). This is suggesting there is something 'wrong' with my 
account.

In the soap packet for the new user on logging in, there is 
"<IsBetaMigrated>false</IsBetaMigrated>"

I'll see who I'm able to contact on the Live team to try and see if this is 
related to my account.

Original comment by theleagu...@gmail.com on 23 Nov 2011 at 7:26

GoogleCodeExporter commented 9 years ago
Hi,

Actually there is nothing wrong with your account but something wrong with 
Microsoft. Due to my inspection, their live platform suffers from many bugs 
recently, many be windows live department is experiencing a big change.

Original comment by freezing...@gmail.com on 24 Nov 2011 at 10:33

GoogleCodeExporter commented 9 years ago
btw, would you please use wireshark to capture the data flow while logging in 
with the official WLM client and attach the dump here?

Thanks

Original comment by freezing...@gmail.com on 24 Nov 2011 at 10:52

GoogleCodeExporter commented 9 years ago
I think new protocol will handle all messages via http poll processor.
Socket processor will be deprecated on new live messenger.

Original comment by hepha...@gmail.com on 9 Dec 2011 at 9:08

GoogleCodeExporter commented 9 years ago
I'm not sure I understand you here.. HTTP poll will be one option for the 
transport, but we sure need to keep the support for straight TCP connections.

Original comment by liuchang...@gmail.com on 9 Dec 2011 at 9:12

GoogleCodeExporter commented 9 years ago
I mean http transport is more acceptable then tcp socket processor in new 
protocol. Of course, we keep it for backward compability.

Original comment by hepha...@gmail.com on 9 Dec 2011 at 9:38