KrpcTestClient
class KrpcTestClient(config: KrpcConfig.Client, transport: KrpcTransport) : InitializedKrpcClient(source)
Implementation of KrpcClient that can be used to test custom KrpcTransport.
NOTE: one KrpcTransport is meant to be used by only one client, but this class allows for abuse. Be cautious about how you handle KrpcTransport with this class.