google-code-export / fluorinefx

Automatically exported from code.google.com/p/fluorinefx
2 stars 4 forks source link

Using AMF3 with Red5 server causes a null-reference exception in NetStatus event. #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect to the Red5 server with AMF3 encoding
2. Wait for the NetStatus event to fire after connecting
3. the EventArgs will be null and a null reference exception will occur.

What is the expected output? What do you see instead?
Normal connection is made with AMF3 encoding.

What version of the product are you using? On what operating system?
v1.0.0.15, Windows Vista, .NET 3.5

Please provide any additional information below.
Using AMF0 encoding this will not occur.

Original issue reported on code.google.com by ezra....@gmail.com on 1 Apr 2010 at 10:17