Socket.io 正在发送字符数组而不是我的字符串
从服务器到客户端。
我看过聊天示例,但我无法判断我所做的不同操作会影响它。什么会导致这种行为?
From the server to the client.
I've looked at the chat example and I can't tell what I'm doing differently that would affect that. What would cause this behavior?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
结果我向它发送了一个字符数组。我的不好。
Turns out that I was sending it an array of chars. My bad.