问题标签 [socketrocket]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - SocketRocket 扫描网络并连接
我是 SocketRocket 的新手,我想做的是扫描网络 192.168.1.x 并找到服务器连接到它。这是我的代码:
我知道[self.serverSocket open]只能做一次,但是不知道怎么扫描然后连接服务器。
objective-c - RocketSocket 错误——没有已知的 base64EncodedData 实例方法
我正在尝试RocketSocket
在 OS 10.7 上使用该库,但 Xcode 一直抱怨在以下行中base64Encoding
找不到该属性NSData
并NSMutable
与以下行有关SRWebSocket.m
:
经过一番谷歌搜索,我发现它base64Encoding
已被弃用。我是 ObjC(和一般的 Mac)的相对菜鸟。任何人都知道如何解决这个问题?
objective-c - 带有文件上传功能的 BinaryJS iOS 客户端
我正在尝试将文件从 ObjectiveC 上传到 BinaryJS 服务器。我试过https://github.com/square/SocketRocket没有运气。SocketRocket 不能传输字节数组,它需要一个 NSData 对象或 NSString,而 BinaryJS 需要一个数组。
知道我做错了什么或对完整库的建议吗?
提前致谢!
socketrocket - 如何通过socketrocket使用https连接到服务器
我正在使用socketrocket连接到服务器,http一切正常。我的问题:如何通过 socketrocket 使用 https 连接到服务器
ios - SRWebsocket close the connection ios
I am using SRWebsocket in my connection class I am trying to disconnect the socket when the app goes to background i have tried these things
but it is not closing the socket please help me in doing so .
node.js - Web Socket:无法在 Internet 断开连接时检测到客户端连接
如果客户端使用 Web 套接字关闭互联网,我想检测客户端连接。我的代码是:
我使用了该代码(webSocket.on('disconnect',function())但没有奏效。
ios - Apple Mach-O Linker Error with the introduction of SocketRocket
I'm using Xcode Version 6.0.1 (6A317)and stuck with Apple Mach-O error for a long time. I get this error once I introduce SocketRocket project.
I have made sure to follow the steps given in https://github.com/square/SocketRocket
the only exception I see is SocketRocket.framework was showing red when I tried adding it under + Link Binary with libraries.
I have added the following libraries:
I've set other linker flags to -ObjC Build Active Architecture only - No, because setting it to Yes throws an error : Check dependencies. No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386). Valid Architectures - armv64 armv7 armv7s
This issue is really killing my time. I tried to follow other posts but nothing could help me solve the issue!
ios - iOS:SocketRocket - 如何实现 SSL 握手
刚刚切换到与 Protobufs 结合使用的 Websockets。像 IOS 上的魅力一样工作,但我不确定如何通过 SocketRocket Lib 实现 SSL 握手(如使用 NSURLConnection)。有人有这方面的经验,或者它还没有得到支持。
TSL 连接已经在工作并且 SSL pinning 也可以工作 - 但是如何通过 SocketRocket 使用 Web 套接字正确验证 SSL 链来实现正确的 SSL 握手?!
BR
ios - iOS 客户端使用 socketrocket 连接到服务器导致“遇到流结束”
这里didCloseWithCode
被称为是有道理的Stream end encountered
。
关于可能出错的任何想法?