It has been reported that ED are replacing DCS. function namespace with Sim. so any APIs we have that use DCS. will break. This includes the event stream; among other things.
All these APIs will need to be switched from DCS. to Sim. https://github.com/search?q=repo%3ADCS-gRPC%2Frust-server+DCS.+language%3ALua&type=code&l=Lua and then a release created to support the next version of DCS.
A list of DCS-gRPC <-> DCS compatibilities will need to be made as well or at least for this breaking change
It has been reported that ED are replacing
DCS.function namespace withSim.so any APIs we have that useDCS.will break. This includes the event stream; among other things.All these APIs will need to be switched from
DCS.toSim.https://github.com/search?q=repo%3ADCS-gRPC%2Frust-server+DCS.+language%3ALua&type=code&l=Lua and then a release created to support the next version of DCS.A list of
DCS-gRPC<-> DCS compatibilities will need to be made as well or at least for this breaking change