I'm trying to prevent opening the same tunnel from the same machine twice. For that I'm using -i when opening the tunnel via the SauceProxy terminal tool. The REST API returns this value as tunnel_identifier.
But the problem is that sauce_whisk provides no visibility over it. So I've simply added it as another read-only attribute.
I've updated the tunnel spec and looks I haven't broken anything else (yay for me).
Hope it makes sense, any questions please let me know.
Hello!
I'm trying to prevent opening the same tunnel from the same machine twice. For that I'm using
-i
when opening the tunnel via the SauceProxy terminal tool. The REST API returns this value astunnel_identifier
.But the problem is that
sauce_whisk
provides no visibility over it. So I've simply added it as another read-only attribute.I've updated the tunnel spec and looks I haven't broken anything else (yay for me).
Hope it makes sense, any questions please let me know.
Thanks!