add support for custom timeout when sending a request
allow to specify in the connection a custom inbox for replies
Implementation:
added an options dialog in request / reply card with default editable timeout
added an additional section on connection card with new field for custom inbox
MaxTimeCmp component is improved to:
output a time duration in different units instead of nanoseconds only (props defaults to nanoseconds)
auto select the best unit to show when component is loaded defaulting to the largest unit that can be see as an integer (eg if the field is in milliseconds and value is 20000, it shows 20 seconds)
PR related to:
Implementation:
MaxTimeCmp
component is improved to: