Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
didi
github_repo_test
Commits
e1449f1c
Commit
e1449f1c
authored
Jul 29, 2017
by
didi
Browse files
Fixed formatting
parent
4dcaff27
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/README.md
View file @
e1449f1c
...
...
@@ -31,8 +31,8 @@ Still she'd need for account for a potential parallel incoming stream.
Problem: there could be a circular relationship. E.g. A streams to B and B streams to A.
How to implement this without the potential for an endless recursion?
a)
Avoid creation of such a constellation (e.g. have
*openStream()*
check it)
b)
Find a way to implement it safely (should be possible, but I don't yet have an idea how)
*
Avoid creation of such a constellation (e.g. have
*openStream()*
check it)
*
Find a way to implement it safely (should be possible, but I don't yet have an idea how)
Either way, we still need to protect from the risk of running out of gas due to many dependencies.
A possible solution could be a kind of maintenance cronjob which regularly creates kind of snapshots which cut down the dependencies on other streams.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment