Search:
Roadmap
Tickets
Timeline
Login
API
Preferences
Home
News
Download
Features
Documentation
Support
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
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.
Download in other formats:
Unified Diff
Zip Archive