issues
search
dogu-team
/
dogu
Dogu is unified test automation platform for cross platform game and app
https://docs.dogutech.io
GNU Affero General Public License v3.0
10
stars
0
forks
source link
Fix/ios
#425
Closed
yowpark
closed
1 year ago
yowpark
commented
1 year ago
PR Template
Checklist
[ ] E2E finished.
[x] Local, Self Hosted and Development environment test finished.
[x] Local, E2E, Self Hosted, Development and Production env variable checked.
[x] (Backend only) DB migration file creation checked.
[ ]
If this is a API deleted or changed
: Check side effects for API deletion or related code change.
Related issues
https://github.com/dogu-team/dogu/issues/415
ios-device-agent
The ios-device-agent is getting more lighter
To make the error possibility smaller that occurs when install DoguDev, DoguDevRunner
GRPC removed on ios-device-agent. replaced with TcpServer
before
after
DoguTypes was swift package, but now used as just project file
protobuf
ios-device-agent grpc related files are removed
device-server
dismiss/accept alert when ios-device-agent start. to handle that app can't be started because of alert
IosDeviceAgentService changed to implemented with tcp server
Catching notifyDeviceList() to go-device-controller. this occurs when go-device-controller die. this makes OnDeviceDisconnected event not called.
go-device-controller
surface.go refactored, to make surface instance when reconnect, and trying to make functions more purely
oneofthezombies
commented
1 year ago
LGTM! 💯
PR Template
Checklist
Related issues
ios-device-agent
protobuf
device-server
go-device-controller