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.
我正在开发一个 Android 应用程序,我需要一个 Websockets 框架,它允许我在 Websocket 的第一个连接中发送 cookie(而不是在每条消息中)。
我已经尝试过Autobahn和Java-WebSocket,但他们没有发送我的 cookie,而且他们没有 cookie 支持。我能做些什么?我不认为 WebView 对我的应用程序来说是一个好的解决方案,因为我需要在后台始终向 Websocket 发送一些消息的服务。
先感谢您!