Vidvox / oscqueryhtml

MIT License
14 stars 1 forks source link

did "listen/ignore" get disabled? #22

Closed mrRay closed 6 years ago

mrRay commented 6 years ago

maybe i'm overlooking it, but i can't find the listen/ignore toggle any more, and would appreciate a hint!

dustmop commented 6 years ago

In trying to better support the HOST_INFO response, I added something recently where LISTEN / IGNORE is only shown if the server supports it. This is the proper interpretation of the spec, right? I don't think the OSCServer app sends the LISTEN field in its HOST_INFO, even though it does support the functionality. Sorry, something I meant to ask about, but forgot.

mrRay commented 6 years ago

...aaaand the crappy test server app isn't setting those flags in its HOST_INFO dict, gotcha- thanks for clearing that up. and yes, the behavior you coded is definitely the proper interpretation of the spec!