Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用PokeIn做一个聊天应用程序。当用户不在聊天中并且我会尝试向他发送消息时,我该如何发送离线消息?如何捕获未发送的消息?
例如:SendToClient(CLIENT_ID_33, "Message");
ID 为 33 的用户不是聊天对象,我想将消息保存到数据库?我怎样才能捕捉到这条消息?
这是您需要手动实现的。每次用户能够获取它时,您都可以从客户端调用服务器方法。