You are viewing a single comment's thread from:

RE: Now Playing Network Replies Feature

in #utopian-io7 years ago

Thanks for reviewing @codingdefined. This is my first time contributing without the utopian.io website so I apologize if some things are not in the write place.

In regards to your first point, I changed the forEach to a for loop because the for loop is synchronous, and because steem requires 20 seconds between posting, the async forEach was causing issues when having to comment on many people's posts. This deserves a comment!

Good points with (2) and (3) and I will update those to be more clear. Thanks for taking the time to review this!