MyRobotLab / myrobotlab

Open Source Java Framework for Robotics and Creative Machine Control
Apache License 2.0
226 stars 108 forks source link

Change signature of addSpeechType to use Endpoint #1424

Open AutonomicPerfectionist opened 4 months ago

AutonomicPerfectionist commented 4 months ago

Changes the signature of addSpeechType in RemoteSpeech to use Endpoint instead of LinkedHashMap. The goal is to use this change to find any issues with the MethodCache, as it was reported previously that this did not work.