我想将消息发送到特定套接字。我使用下面的代码,但它没有工作,也没有收到任何错误。
io.to(socketid).emit("message_to_client",{"message":data.message});
请告诉我这件事有什么不妥。
任何帮助赞赏!!
答案 0 :(得分:-1)
您应该这样做,因为参数的名称不是字符串:
$( "#book" ).animate({
opacity: 0.25,
left: "+=50",
height: "toggle"
}, 5000, function() {
// Animation complete.
});