VectorAudio icon indicating copy to clipboard operation
VectorAudio copied to clipboard

Concurrent transmission in one frequency won't show in UI nor HTTP API

Open KingfuChan opened this issue 2 years ago • 6 comments
trafficstars

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.

KingfuChan avatar Feb 25 '23 15:02 KingfuChan

Ah I didn't notice a version 0.7.0. The above happened on 0.6.0, will check if persists.

KingfuChan avatar Feb 26 '23 03:02 KingfuChan

The problem remains on v0.7.0. Noticed it by chance on Saturday’s event.

KingfuChan avatar Mar 06 '23 06:03 KingfuChan

This is a fix I have been working on, but will require deeper refactoring to be completed a bit later

pierr3 avatar Jun 16 '23 06:06 pierr3

Slightly related topic: would a switch to WebSocket for the API be better for the plugin? I could implement that

pierr3 avatar Jan 02 '24 21:01 pierr3

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.

KingfuChan avatar Jan 03 '24 03:01 KingfuChan

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

pierr3 avatar Jan 05 '24 04:01 pierr3