【发布时间】:2019-11-14 20:39:24
【问题描述】:
在 Xamarin.iOS 应用上调用 getstream sdk 时出现异常“消息:错误:NameResolutionFailure”。
这种情况不会一直发生,但经常发生。
Please check this link for the detail error message of the exception
以下是发生异常的代码
var userFeed = client.Feed("timeline", "id");
var activities = await userFeed.GetActivities(0, 15);
有没有办法解决这个问题?请帮忙
【问题讨论】:
标签: getstream-io