Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15419

Timestamp:
10/13/17 14:21:09 (9 years ago)
Author:
pfleck
Message:

#2846: Fixed uncaught ObjectDisposedException in HiveJobManagerView.

  • Caught a potential NullReferenceException in the HiveClient when ClearHiveClient is called asynchronous.
  • Use Task.Run for HiveClient.Refresh instead of Begin/EndInvoke.
  • Use await with try-catch to marshal back any uncaught exceptions back to the UI-thread where the exception is displayed instead of HL crashing.
(No files)

Note: See TracChangeset for help on using the changeset viewer.