@rococtz fix + @draeder AXE tests. Force.

This commit is contained in:
Mark Nadal 2022-04-26 23:20:34 -07:00
parent 8f79ff7bb0
commit a092f5a725

View File

@ -36,7 +36,7 @@ function start(root){
GET.turn(msg, ref.route, 0);
}
GET.turn = function(msg, route, turn){
var tmp = msg['#'], tag = dup.s[tmp], next;
var tmp = msg['#'], tag = dup.s[tmp], next;
if(!tmp || !tag){ return } // message timed out, GUN may require us to relay, tho AXE does not like that. Rethink?
// Ideas: Save a random seed that sorts the route, store it and the index. // Or indexing on lowest latency is probably better.
clearTimeout(tag.lack);