chan_open_{init, try}
should not return a ChannelEnd
#190
Labels
O: maintainability
Objective: cause to ease modification, fault corrections and improve code understanding
After the core handler runs, we still don't know the
version
(which will be determined by the callback), so we shouldn't be returning an incompleteChannelEnd
(current workaround is to return an empty version).HandlerOutput
andHandlerResult
#184The text was updated successfully, but these errors were encountered: