MashaTelyatnikova / protobuf-socket-rpc

Automatically exported from code.google.com/p/protobuf-socket-rpc
MIT License
0 stars 0 forks source link

Add Start/Stop server functionality #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Description of feature:

Add the ability to start and stop the server since the current 
implementation blocks the current thread.

Why do you think this feature/enhancement is needed:

In the application I am working on, I wanted to give the end users to 
easily start and stop the server.

Implementation suggestions (optional):

spawn the ServerSocket on it's own tread.

Original issue reported on code.google.com by oyar...@gmail.com on 20 Jul 2009 at 7:17

GoogleCodeExporter commented 8 years ago
updated patch

Original comment by oyar...@gmail.com on 21 Jul 2009 at 8:45

Attachments:

GoogleCodeExporter commented 8 years ago
Added to java.

Original comment by sdeo.code@gmail.com on 4 Nov 2010 at 3:21