mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
@rococtz fix + @draeder AXE tests. Force.
This commit is contained in:
parent
8f79ff7bb0
commit
a092f5a725
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user