1,295
edits
Line 49: | Line 49: | ||
''roc: I think you're right, for the cases where the cycle is created due to an API call. Depending on how things evolve there might be cases where we can't detect at the time of an API call that a cycle will be created, and in that case we would have to block instead.'' | ''roc: I think you're right, for the cases where the cycle is created due to an API call. Depending on how things evolve there might be cases where we can't detect at the time of an API call that a cycle will be created, and in that case we would have to block instead.'' | ||
''roc: Well, based on your other feedback I added a 'start time' to the addStream call and now we have a situation where a graph cycle can be created after the addStream call has returned. So I'm going to not have that throw exceptions for cycles after all. We'll have to use Web Console error reporting to inform developers that a cycle has been detected.'' | |||
== Miscellany == | == Miscellany == |
edits