-
Bug
-
Resolution: Open
-
Medium
-
None
-
None
Thread running transport protocol may block reading packets from memif connector if the download rate is high, since the input queue always contains incoming packets. This may prevent other events, such as timers expiration, to fire, since the thread which is supposed to run them is busy processing the input messages. Side effects is increase in memory usage, since timer handlers are not de-allocate upon timer expiration/cancellation.