Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous bug fixes #13

Merged
merged 14 commits into from
Jan 10, 2023
Merged

Miscellaneous bug fixes #13

merged 14 commits into from
Jan 10, 2023

Conversation

dmcdo
Copy link
Collaborator

@dmcdo dmcdo commented Jan 8, 2023

No description provided.

@dmcdo dmcdo requested a review from Kippiii January 8, 2023 22:17
@@ -398,7 +398,7 @@ def send_and_recv(self):
def _recv(self):
try:
while msg := self.client_sock.recv(1024):
self.stdin.write(msg)
self.stdin.write(bytes(filter(lambda b: b, msg)))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But like, why?

@dmcdo dmcdo merged commit 3139d40 into main Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants