Jesse Hardy
Jesse Hardy
No, it will fail without the added d.lockdown = nil, whether locked or not.
> if innerConn, err = d.NewConnect(LockdownPort, 0); err != nil { I changed all NewConnect() calls to include a 0 timeout. But it didn't work. I think that the timeout...
Tried another method, sending a 'ping' message to lockdown service, and it worked. ``` func (c *afc) WriteFile(filename string, data []byte, perm AfcFileMode, l Lockdown) (err error) { var file...
This still don't work. Actually the data was written correctly in my case. I added some log to see the problem: ``` 2021/05/21 10:47:51 Exit lockdown._startService 2021/05/21 10:47:51 PublicStaging 2021/05/21...