Re: [Savonet-users] Shutdown misbehaviour

2011-09-27 Thread Romain Beauxis
2011/9/27 Fábio Costa : > I tryied a minimal example and everything went fine, i used the complete > source code and everything went fine, i can't reproduce this anymore.Maybe > was something that i was doing wrong on the java that i use to communicate > with the socket.It's strange because i could

Re: [Savonet-users] Shutdown misbehaviour

2011-09-27 Thread Fábio Costa
I tryied a minimal example and everything went fine, i used the complete source code and everything went fine, i can't reproduce this anymore.Maybe was something that i was doing wrong on the java that i use to communicate with the socket.It's strange because i could reproduce it yesterday as i wis

Re: [Savonet-users] Shutdown misbehaviour

2011-09-27 Thread David Baelde
Agreed, this is funny. Is there a chance that you can minimize this issue so that I can test it here? Also, please test in the LS-532 branch (which I'll merge soon) because I've fixed some init/shutdown stuff there. -- All

[Savonet-users] Shutdown misbehaviour

2011-09-26 Thread Fábio Costa
Hi All. I encountered the following behaviour: I have an Active source broadcasting If i call "shutdown()" it doesn't stops. If i call: source.shutdown(ACTIVE_SOURCE); shutdown(); The application finishes. I think that shutdown should ideally close all the sources and then shut the current applic