Fix asyncio and set port to 255.255.255.255#3
Open
akre54 wants to merge 1 commit intoNairoDorian:mainfrom
Open
Fix asyncio and set port to 255.255.255.255#3akre54 wants to merge 1 commit intoNairoDorian:mainfrom
akre54 wants to merge 1 commit intoNairoDorian:mainfrom
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The TDAsyncIO script fails because of an AttributeError with 'all_tasks'. Changing this to pull from the
I also changed the Python script to match https://gist.github.com/s4y/0675595c2ff5734e927d68caf652e3af this gist more closely, binding the sockets and using the IP 255.255.255.255 instead of the laser's IP. Seems to fix issues.
FWIW I'm on MacOS with an M1.