Updated connection config naming to introduce a dedicated pool configuration.
This commit is contained in:
@@ -96,7 +96,7 @@ type mockOutgoingData struct {
|
||||
data []byte
|
||||
}
|
||||
|
||||
func setupTestConnection(t *testing.T, config *Config) (
|
||||
func setupTestConnection(t *testing.T, config *ConnectionConfig) (
|
||||
conn *Connection,
|
||||
mockSocket *MockSocket,
|
||||
incomingData chan mockIncomingData,
|
||||
|
||||
Reference in New Issue
Block a user