mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
The proxy would not exit properly in case of a lost connection with the JMIF server. The change allows the proxy to exit, giving a chance to an external monitoring system to restart the service.
8 lines
231 B
ReStructuredText
8 lines
231 B
ReStructuredText
Kardex device proxy.
|
|
|
|
This is meant to run as a proxy between odoo and the JMIF server
|
|
|
|
Using a proxy is required to make the synchronous JMIF protocol asynchronous for Odoo, by using ping backs.
|
|
|
|
The proxy requires python >= 3.7.
|