File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,14 +11,6 @@ import Cocoa
1111@NSApplicationMain
1212class AppDelegate : NSObject , NSApplicationDelegate
1313{
14-
15- func applicationWillBecomeActive( _ notification: Notification )
16- {
17- // Launch Redis Server
18- print ( " Launching Redis Server! " )
19- RedisServerController . sharedInstance. launchRedisServer ( )
20- }
21-
2214 func applicationDidFinishLaunching( _ aNotification: Notification )
2315 {
2416
Original file line number Diff line number Diff line change @@ -137,6 +137,10 @@ class ViewController: NSViewController
137137 {
138138 super. viewDidLoad ( )
139139
140+ // Launch Redis Server
141+ print ( " Launching Redis Server! " )
142+ RedisServerController . sharedInstance. launchRedisServer ( )
143+
140144 // Subscribe to pubsub to know when to inspect a new connection
141145 //subscribeToNewConnectionsChannel()
142146
You can’t perform that action at this time.
0 commit comments