Optimized code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-27 16:04:41 +08:00
parent 251a21ef97
commit 9c102220db
4 changed files with 66 additions and 25 deletions

View File

@@ -18,7 +18,8 @@ public class DidSdkTest {
@Before
public void init() {
client = new SdkClient("127.0.0.1", 16831, 5000);
// client = new SdkClient("127.0.0.1", 16831, 5000);
client = SdkClient.newBuilder().build();
client.start();
}