Exemplo n.º 1
0
        public void Run()
        {
            PublishMessages();

            ConnectChatClients();

            _followableSystem.HandleFollowerNotifications();

            BeginLoop();
        }
Exemplo n.º 2
0
        public void Run()
        {
            ScheduleAutomatedMessages();

            ConnectChatClients();

            _followableSystem.HandleFollowerNotifications();

            BeginLoop();
        }
Exemplo n.º 3
0
        public async Task Run()
        {
            ScheduleAutomatedMessages();

            WireUpCurrencyUpdate();

            ConnectChatClients();

            _followableSystem.HandleFollowerNotifications();

            await _automatedActionSystem.Start();

            await Task.CompletedTask;
        }