Skip to content

Commit 594ed02

Browse files
committed
adding TCPDispatchClient Class
1 parent 5a89a7a commit 594ed02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonosc/tcp_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def get_messages(self, timeout: int = 30) -> Generator:
122122
r = self.receive(timeout)
123123

124124
class TCPDispatchClient(SimpleTCPClient):
125-
"""OSC Client that includes a :class:`Dispatcher` for handling responses and other messages from the server"""
125+
"""OSC TCP Client that includes a :class:`Dispatcher` for handling responses and other messages from the server"""
126126

127127
dispatcher = Dispatcher()
128128

0 commit comments

Comments
 (0)