ccfde19d2d
Added Mock connection Fixed AutoScroll failing with high rate message flow
8 lines
160 B
C#
8 lines
160 B
C#
namespace PettingZoo.Connection
|
|
{
|
|
public interface IConnectionFactory
|
|
{
|
|
IConnection CreateConnection(ConnectionInfo connectionInfo);
|
|
}
|
|
}
|