Skip to content

v0.6.0

Compare
Choose a tag to compare
@Daniel-Ibarrola Daniel-Ibarrola released this 11 Sep 13:45
· 6 commits to main since this release

v0.6.0

Features

  • Client, ClientSender, ServerSender and Server classes can use bytes or string queues for messages
    that will be sent.
  • The functions get_and_send_messagesand `send_msg can accept string or bytes.
  • Removed function receive_msg.
  • Connection errors and socket timeout are logged with different messages.
  • Client, ClientSender, ServerSender and Server have send_wait attribute to optionally wait some time
    before sending new messages.

Tests

  • Unit test for send and receive modules.