Merge branch 'fix/fix-socket-typing' into 'dev'
chore: fix socket typing in robot speech agent See merge request ics/sp/2025/n25b/pepperplus-cb!33
This commit was merged in pull request #33.
This commit is contained in:
@@ -21,8 +21,8 @@ class RobotSpeechAgent(BaseAgent):
|
|||||||
:ivar bind: Whether to bind or connect the PUB socket.
|
:ivar bind: Whether to bind or connect the PUB socket.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
subsocket: zmq.Socket
|
subsocket: azmq.Socket
|
||||||
pubsocket: zmq.Socket
|
pubsocket: azmq.Socket
|
||||||
address = ""
|
address = ""
|
||||||
bind = False
|
bind = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user