Closed kurtkilpela closed 3 years ago
Sockets used to read and write data are now set to interrupting: true
. The listening sockets are not interrupting.
(Note, this change is not in development
but rather development.staging
until Martin lifts the commit freeze to development
)
See 33273b7d6d038dfbbb0fb9634428953ea00fa83f
RsrSocket should configure the underlying GsSignalingSocket as interrupting to ensure that the communications processes schedule even if a lower priority process is running.