Loading debian/changelog +9 −0 Original line number Diff line number Diff line sjrpc (9) unstable; urgency=low * Fixed the uuid bug * Fixed a lot of bugs (disconnection, HUP, shutdown) * Added feature to embed data on asynchronous calls * Added timeout feature on (remote) call method -- Antoine Millet <antoine.millet@smartjog.com> Wed, 02 Feb 2011 11:43:07 +0100 sjrpc (8) unstable; urgency=low * Added a shutdown_client method on SimpleRpcServer manager to disconnect a Loading sjrpc/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils __version__ = 8 __version__ = 9 Loading
debian/changelog +9 −0 Original line number Diff line number Diff line sjrpc (9) unstable; urgency=low * Fixed the uuid bug * Fixed a lot of bugs (disconnection, HUP, shutdown) * Added feature to embed data on asynchronous calls * Added timeout feature on (remote) call method -- Antoine Millet <antoine.millet@smartjog.com> Wed, 02 Feb 2011 11:43:07 +0100 sjrpc (8) unstable; urgency=low * Added a shutdown_client method on SimpleRpcServer manager to disconnect a Loading
sjrpc/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils __version__ = 8 __version__ = 9