VectorAudio
VectorAudio copied to clipboard
Concurrent transmission in one frequency won't show in UI nor HTTP API
As described in title. But in two or more frequencies it works well. Audio features seems correct. Firstly I thought it's an issue with my RDF but soon I notice in VectorAudio UI it only shows one transmission.
Ah I didn't notice a version 0.7.0. The above happened on 0.6.0, will check if persists.
The problem remains on v0.7.0. Noticed it by chance on Saturday’s event.
This is a fix I have been working on, but will require deeper refactoring to be completed a bit later
Slightly related topic: would a switch to WebSocket for the API be better for the plugin? I could implement that
Although I'm not familiar with using WebSocket, I believe it will help fix this issue. Implement it is a good idea but is it possible to preserve the http methods as well? Because I can't guarantee when there will be a new RDF release with WebSocket.
I've implemented the new WebSocket SDK, it might actually solve the problem as the source of the event is different. Have a look at the documentation here