Hey Diego,
I have looked at your raft implementation on runway was trying to add timeouts in my own project. But, they are never being set to anything other than 0.
So, I did some experiments.
1.) When I open my localhost and try raft, it links to your github repo and this works fine. ( i.e timeouts != 0 )
2.) I downloaded those raft model,js,package files from your repo and created a raft model folder under runway_browser/dist/models/ and ran raft from here. Then time does not work. (i.e timeouts == 0).
Does it have to do with compiler version or is there any setup/package instruction that I am missing?.
Thanks,
Kushal