Exemple #1
0
        public InitializedStateSpecs(ITestOutputHelper output)
            : base(output)
        {
            var context = new FakeConnectionContext();

            _state = new ConnectionInitializedState(context, Logger);
        }
Exemple #2
0
 internal void Initialise()
 {
     ConnectionManager       = new ConnectionManager(this, Now, Logger);
     ChannelMessageProcessor = new ChannelMessageProcessor(ConnectionManager, RealtimeClient.Channels);
     ConnectionState         = new ConnectionInitializedState(ConnectionManager, Logger);
 }