Age | Commit message (Collapse) | Author | Files | Lines |
|
An earlier attempt (ad6265786871) to resolve this condition on the
router's side added a new issue: the app could get a request before
acquiring a port.
|
|
Main process exiting before app process init may have caused hanging.
|
|
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.
|
|
This patch includes packaging changes related to files move.
|