refactor: properly rename connections-related tables; top-level namespaces
This commit is contained in:
@@ -56,7 +56,7 @@ namespace ConnectionsAPI
|
||||
}
|
||||
|
||||
private static Task SendSyncEvent(CancellationToken stoppingToken, bool wait = false) =>
|
||||
new PuzzleSyncEvent { }.PublishAsync(wait ? Mode.WaitForAll : Mode.WaitForNone, stoppingToken);
|
||||
new ConnectionsSyncEvent { }.PublishAsync(wait ? Mode.WaitForAll : Mode.WaitForNone, stoppingToken);
|
||||
|
||||
private async Task WaitForNextSchedule(CronExpression cron, CancellationToken ct)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user