Ata Yardımcı
Ata Yardımcı
I have read this part of the documentation https://github.com/openresty/lua-nginx-module#data-sharing-within-an-nginx-worker Which is what I need, but I also require that a variable inside a module I define, is accessed within the...
Currently testing with obdsim, it appears the dtc decoder does not parse the code correctly. obdsim sends P0103 by default as you may have looked. The code obtains this as...
I discovered when there are more than a single available port, the connection fails. In this example I have COM2 opened and waiting for the obd to connect. COM3 is...
I noticed that 0100 command is being sent in elm327.py line 221 in the auto_protocol function. `r0100 = self.__send(b"0100")` I don't exactly how it helps detecting protocol, but when tested...
An obd software is sometimes used on devices that require low energy consumption, so the cpu cycles are somewhat important. However, it appears that Async retrieves the data on a...
So the issue is well explained here [init_by_lua is no longer run in Nginx config test??](https://groups.google.com/g/openresty-en/c/YIZrVUa1ZKA) I need this feature as well and I consider it to be very important...
I have stumbled on a use case where I need to get to most recent items from the shared dict on the _get_keys_ method. For example the ones added in...