Changed defaut connect method

This commit is contained in:
Robinson 2023-06-06 00:10:20 +02:00
parent 65071f08da
commit 65d5676c7b
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -1,5 +1,5 @@
/*
* Copyright 2020 dorkbox, llc
* Copyright 2023 dorkbox, llc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -69,7 +69,7 @@ class MemoryTest : BaseTest() {
}
}
client.connectIpc()
client.connect()
}
Thread.sleep(Long.MAX_VALUE)