Э
Умирает ssd, нужно сохранить все сертификаты, чтоб не попасть впросак, как говорится.
Size: a a a
Э
S
Э
AS
AS
AS
connectInput.flatMapLatest { [
self]
_ -> Single<Void>
in
return
self.connector.wsConnect()
}.flatMapLatest { [
self]
_ -> Single<Bool>
in
return
self.connector.connect()
}.flatMapLatest { [
self]
_ -> Single<RocketChatLoginResponseParamsModel>
in
return
self.connector.login(input: RocketChatLoginInput(user: "xxxx", password: "yyyy"))
}.flatMap { [
self] loginResponse -> Single<RCCreateDirectMessageResponseResultModel>
in
self.userId = loginResponse.id
return
self.connector.createDirectMessage(username: "admin")
}.subscribe(onNext: { [
self] value
in
self.roomSubject.onNext(value.rid)
}).disposed(by: disposeBag)
S
AS
AS
KS
R:
S
R:
AB
R:
R:
AB
killall "Simulator" 2> /dev/null; xcrun simctl erase all
S
xcrun simctl uninstall booted app.id