-
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
242: Add expected number of packages in rpc to avoid timeout r=MatthieuDartiailh a=Schneider1 As described in #227 some instruments (found it for other Anritsu instruments as well) wrongly set the "next" flag in their response, although no next package follows. This PR introduces a parameter for the expected number of packages, after which `_recvrecord()` can return. For `get_port`, this is set to 1. Tested and works for me. Co-authored-by: Schneider1 <[email protected]>
- Loading branch information
Showing
1 changed file
with
53 additions
and
28 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