Forums › 💬 FlowCanvas › ⚙️ Support › 2.7.0 : Wait node time set to 0 in build › Reply To: 2.7.0 : Wait node time set to 0 in build
Hello,
This is a know issue introduced in 2.7. For anyone encountering this problem, please open up FlowNode.cs file and change the code in OnBeforeSerialize method at line #60 to be like this:
The difference with the original is that the !port.isDefaultValue is commented out.
!port.isDefaultValue
A new version with proper fix is already underway. Thank you.