-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.8.0-rc2
-
Component/s: Networking
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently, the only implementation takes a double number of seconds. Switching to a Milliseconds object will cut down on double math, and may offer a less error-prone usage. Nice to have would be to remove the implementation that takes a double. Necessary is to propagate the change up the stack through MessageServerPort and DBClient.