1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-13 05:25:40 +00:00

[pysearpc] Use connection pool in NamedPipeClient.

This commit is contained in:
Jonathan Xu
2019-06-25 16:42:13 +08:00
parent 20be6d2edf
commit e0d45991aa
2 changed files with 27 additions and 10 deletions

View File

@@ -83,7 +83,6 @@ class SearpcTest(unittest.TestCase):
@classmethod
def tearDownClass(cls):
cls.named_pipe_client.stop()
cls.named_pipe_server.stop()
def test_normal_transport(self):