code cleanup

This commit is contained in:
Robinson 2023-09-03 21:10:25 +02:00
parent 4d2ee10c02
commit ac2cf56fb9
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 2 additions and 4 deletions

View File

@ -31,10 +31,6 @@ import java.lang.reflect.Field
import java.text.SimpleDateFormat
import java.util.*
/**
*
*/
@Suppress("UNUSED_ANONYMOUS_PARAMETER")
object AeronClient {
init {

View File

@ -123,6 +123,7 @@ class AeronClientServer {
fun client(remoteAddress: String) {
val configuration = ClientConfiguration()
configuration.settingsStore = Storage.Memory() // don't want to persist anything on disk!
configuration.appId = "aeron_test"
configuration.enableIpc = false
// configuration.enableIPv4 = false
@ -190,6 +191,7 @@ class AeronClientServer {
configuration.settingsStore = Storage.Memory() // don't want to persist anything on disk!
configuration.listenIpAddress = "*"
configuration.maxClientCount = 50
configuration.appId = "aeron_test"
configuration.enableIpc = false
// configuration.enableIPv4 = false