RTMPClient change

View: New views
2 Messages — Rating Filter:   Alert me  

RTMPClient change

by Sales Department :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is it possible to do the following on the trunk?

File: /src/org/red5/server/net/rtmp/RTMPClient.java
Switch lines 90 and 91
so that 'handleException' comes before 'dispose'

We have some re-connection code that depends on handling the exception
prior to disposing the object.  Will this change break anything?

Thanks
Bill.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: RTMPClient change

by Mondain :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ill commit this shortly, it looks like so now

    //if there isn't an ClientExceptionHandler set, a 
    //RuntimeException may be thrown in handleException
    handleException(e);
    //to get here you must have an exception handler set
    socketConnector.dispose();


Paul

On Sat, Nov 7, 2009 at 5:53 AM, Sales Department <sales@...> wrote:
Is it possible to do the following on the trunk?

File: /src/org/red5/server/net/rtmp/RTMPClient.java
Switch lines 90 and 91
so that 'handleException' comes before 'dispose'

We have some re-connection code that depends on handling the exception prior to disposing the object.  Will this change break anything?

Thanks
Bill.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org



--
http://gregoire.org/
http://code.google.com/p/red5/
http://code.google.com/p/blue5/

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org