erpnet / ErpNet.FP

ErpNet.FP is a light-weight cross-platform Http server facilitating printing to fiscal printers through simple JSON Api.
BSD Zero Clause License
108 stars 63 forks source link

A critical section is placed to resolve case with err:E107 (connection instability) #162

Closed ognyanivanov closed 3 years ago

ognyanivanov commented 3 years ago

A critical section is placed to resolve case with err:E107 (connection instability). Changed the way of work with serialPort object of Channel object. It is Disposed on "Idle Timeout" and is created on need. Idle timeout increased to 3000 ms.