Пример #1
0
        public void Run()
        {
            PublishMessages();

            ConnectChatClients();

            _followableSystem.HandleFollowerNotifications();

            BeginLoop();
        }
Пример #2
0
        public void Run()
        {
            ScheduleAutomatedMessages();

            ConnectChatClients();

            _followableSystem.HandleFollowerNotifications();

            BeginLoop();
        }
Пример #3
0
        public async Task Run()
        {
            ScheduleAutomatedMessages();

            WireUpCurrencyUpdate();

            ConnectChatClients();

            _followableSystem.HandleFollowerNotifications();

            await _automatedActionSystem.Start();

            await Task.CompletedTask;
        }