EventManager rewritten to support a push arch instead of an internal poll. Crash finally fixed!!! The dangers of threading.

This commit is contained in:
watsonb8
2019-07-15 12:14:38 -04:00
parent d78dce44f0
commit 00b39b1d84
6 changed files with 254 additions and 327 deletions

View File

@ -86,7 +86,6 @@ namespace Aurora.Services
RegisterService(RemotePlaybackService.BindService(_remotePlaybackImpl));
RegisterService(RemoteEventService.BindService(_remoteEventImpl));
}
_server.Start();
}
catch (Exception ex)