loxone-java icon indicating copy to clipboard operation
loxone-java copied to clipboard

Consider blocking request-response send method on LoxoneWebSocket

Open jimirocks opened this issue 2 years ago • 0 comments

Seems like the miniserver always respond to websocket commands in the same order they were sent, this would allow to introduce some blocking request-response behaviour into the library - this would make usage of the library.

We could also consider to register a simple closure on response

jimirocks avatar Mar 14 '23 08:03 jimirocks