Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Fixed several major issues.#1

Merged
UltraSunshine merged 1 commit intomasterfrom
jmg292-patch-1
Jul 14, 2017
Merged

Fixed several major issues.#1
UltraSunshine merged 1 commit intomasterfrom
jmg292-patch-1

Conversation

@UltraSunshine
Copy link
Owner

Line 106 - Convert rawmsg to bytestring to address exception.
Line 222, 227, 257, 336, 341 - Set thread mode to daemon to allow them to terminate when the parent application terminates.
Line 270 - Pass 'self' object to getclientcount function to address argument exception and allow function to perform as expected.
Line 248 - Rename Server object's "shutdown" method to "close" to coincide with Client object nomenclature and to address the "bool object is not callable" error raised when trying to shutdown a Server object.

Line 106 - Convert rawmsg to bytestring to address exception.
Line 222, 227, 257, 336, 341 - Set thread mode to daemon to allow them to terminate when the parent application terminates.
Line 270 - Pass 'self' object to getclientcount function to address argument exception and allow function to perform as expected.
Line 248 - Rename Server object's "shutdown" method to "close" to coincide with Client object nomenclature and to address the "bool object is not callable" error raised when trying to shutdown a Server object.
@UltraSunshine UltraSunshine merged commit 5276c60 into master Jul 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant