forked from VE3NEA/MorseRunner
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix problem where ghosted calls are not added to log
This is the third of three changes addressing the issue of caller ghosting. A ghosted call was originally handled as a failed QSO after the Dx Station timeout out due to User inactivity. Once failed, it was deleted from the simulation before the QSO was logged by the user. With this fix, DxStation will stop sending and remaining in the set of active stations. This allows the QSO to be logged as usual by the user. This fixes issue #200. See Issue #200 for more information.
- Loading branch information
Showing
3 changed files
with
75 additions
and
8 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