Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-30 | Fixing application process infinite loop. | Max Romanov | 1 | -0/+4 | |
Main process exiting before app process init may have caused hanging. | |||||
2019-12-24 | Go: introducing SHM_ACK observer. | Max Romanov | 3 | -11/+77 | |
Each request processed in a separate goroutine. In case of OOSM state, during response write, request goroutine blocks on channel which waits event from main thread about SHM_ACK message from router. | |||||
2019-12-24 | Go: moving source files to the root of the project. | Max Romanov | 8 | -0/+820 | |
This patch includes packaging changes related to files move. |