-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
The UDP tests occasionally can hang. This is most likely due to the fact that UDP is unreliable and the tests assume that any send will succeed. It should resend once every 500ms or so until the receiver receives the message, up to a limit of 5 seconds or so.