Thanks for the review guys.

http://gwt-code-reviews.appspot.com/100801/diff/1/2
File dev/core/src/com/google/gwt/dev/shell/BrowserListener.java (right):

http://gwt-code-reviews.appspot.com/100801/diff/1/2#newcode61
Line 61: listenSocket = new ServerSocket();
On 2009/11/10 18:50:22, jat wrote:
> Why the change of not passing port to the constructor?
This option needs to be set before you attempt to do the bind. Since the
ServerSocket(port) constructor does a bind automatically, I had to break
it up and explicitly perform a bind myself.

http://gwt-code-reviews.appspot.com/100801

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to