在s60下创建socket连接,当你创建某个链接时系统会抛出KErrServerBusy。

这个时候的解决方案是:If you find in testing that your code is getting KErrServerBusy errors then you can increase the number of message slots.

搞了半天,Symbian就是喜欢很隐晦的告诉你出错了。

RSocketServ::Connect(slots) ===》 increase the number of message slots

相关文章:

  • 2021-11-05
  • 2021-10-02
  • 2021-08-25
  • 2021-10-09
  • 2022-12-23
  • 2021-09-29
  • 2021-12-04
  • 2022-12-23
猜你喜欢
  • 2021-05-16
  • 2022-12-23
  • 2021-09-29
  • 2021-11-10
  • 2021-10-25
  • 2021-12-04
  • 2021-09-08
相关资源
相似解决方案