This website requires JavaScript.
Explore
idra
informatica
.it
Help
Register
Sign In
starred
/
stf
Watch
1
Star
0
Fork
0
You've already forked stf
mirror of
https://github.com/DeviceFarmer/stf.git
synced
2026-04-20 07:53:38 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a4a0a62a666d4ed8bfdc8e3ea82d880d7822649f
stf
/
lib
/
roles
History
Simo Kinnunen
a4a0a62a66
Promise.timeout() doesn't stack (i.e. foo.timeout(1000).timeout(1000) doesn't mean "wait 1000ms, then another 1000ms", it means that we have two 1000ms timeouts running at the same time). Fix places where it could be a problem.
2014-04-22 16:48:13 +09:00
..
auth
Gracefully shutdown auth apps.
2014-04-12 21:34:38 +09:00
device
Promise.timeout() doesn't stack (i.e. foo.timeout(1000).timeout(1000) doesn't mean "wait 1000ms, then another 1000ms", it means that we have two 1000ms timeouts running at the same time). Fix places where it could be a problem.
2014-04-22 16:48:13 +09:00
notify
Make graceful shutdown more graceful by actually waiting for sockets (and others) to close. Ongoing effort.
2014-04-12 16:16:03 +09:00
storage
Use wireutil.reply() where possible.
2014-04-11 14:54:19 +09:00
app.js
Implement clearBrowser().
2014-04-22 13:52:13 +09:00
device.js
Fix typo.
2014-04-21 11:51:48 +09:00
processor.js
Don't freak out if trying to close a socket that was already closed.
2014-04-21 18:56:40 +09:00
provider.js
Don't freak out if trying to close a socket that was already closed.
2014-04-21 18:56:40 +09:00
reaper.js
Don't freak out if trying to close a socket that was already closed.
2014-04-21 18:56:40 +09:00
triproxy.js
Don't freak out if trying to close a socket that was already closed.
2014-04-21 18:56:40 +09:00