forked from mtconnect/dot_net_sdk
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compatibility updates for Service (#18)
Tested universal Service with a complex implementation of `IAdapterSource` that required many supplementary libraries and made updates based on that real-world implementation. - Added listener to `IAdapterSource.OnAdapterSourceStarted` within the `Adapter` when the `Adapter` starts - Removed listener to `IAdapterSource.OnAdapterSourceStarted` within the `Adapter` when the `IAdapterSource` stops - Fixed bug with `TcpAdapter` not bubbling-up `OnStop` exceptions - Updated Service worker to listen to `Adapter.OnStopped` event - Removed scope of Service to x86 platform - Converted Assembly load to `UnsafeLoadFrom` just because it worked. Discussions are definitely welcome on this change.
- Loading branch information
Showing
7 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters