Skip to content

Fixes Several Issues#4

Open
UltraSunshine wants to merge 3 commits intomark3982:masterfrom
UltraSunshine:master
Open

Fixes Several Issues#4
UltraSunshine wants to merge 3 commits intomark3982:masterfrom
UltraSunshine:master

Conversation

@UltraSunshine
Copy link

Proposed pull request fixes Issue #2, as well as several issues I encountered while using this script

List of Changes:

  • 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.

This branch can be automatically merged. Please note the API change in the server object, the shutdown method no longer exists and has been replaced with the close method.

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.
Fixed several major issues.
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.

1 participant