Closed RuneRoven closed 4 months ago
good clean up. you made some changes in the symbol reading with the offset? Why? also in the test suite, make sure the ams net id on the target is correct, it is not always the same as the ip + .1.1 however on the client side this is usually the case
The offset was actually never used, and I got a warning from the go static checker that the variable was never used. So I removed it. Maybe it indicates a logic error of some sort, that an offset should be used but was not used?
Still need to write the test fully
We have now merged it using a different method :)
Added ads plugin and changed readme. Import for new package still need to be changed in the main file. Import for ads native package is local so that might need to be changed.