Skip to content

Commit

Permalink
improving data fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
soapdog committed Jan 18, 2018
1 parent 8b601c7 commit d3b5a22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions aagDexLib.livecodescript
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@ on dexGossip pPeerA, pAuthorID
end if
end dexGossip

on dexRefreshAllPeers
repeat for each key k in sDataA["peers"]
dexGossip sDataA["peers"][k]
wait 2 seconds with messages
end repeat
end dexRefreshAllPeers

function dexFolder pPath
if pPath is empty then
return the home folder & "/.dex_store"
Expand Down
Binary file modified demo.livecode
Binary file not shown.
Binary file modified knowledge base demo.livecode
Binary file not shown.

0 comments on commit d3b5a22

Please sign in to comment.