Skip to content
#

websocket-client

Here are 359 public repositories matching this topic...

RedDwarf69
RedDwarf69 commented Oct 8, 2019

https://www.boost.org/doc/libs/1_71_0/libs/beast/doc/html/beast/using_websocket/timeouts.html says

The timeout features of the TCP or basic stream should not be used when working with a websocket stream.

and

`The timeouts on the websocket stream are incompatible with the timeouts used in the tcp_stream. When constructing a websocket stream from a tcp stream that has timeouts enabled, th

Doc
TheDiveO
TheDiveO commented Apr 26, 2019

In order to connect to a websocket service inside a pod in a minikube setup, I need to address the Kubernetes remote API which then demands a client certificate (~/.minikube/client.crt and ~/.minikube/client.key). I also have the server's CA ( ~/.minikube/ca.crt).

curl allows to use these certs with the --cert, --key, and --cacert options.

Does websocat also support specifyin

starlino
starlino commented Dec 9, 2019

https://github.com/Links2004/arduinoWebSockets/blob/c038f100d68b8e5d0a96f25dd1609ff28592b02f/src/WebSocketsServer.h#L128

I need to override default handleHeader to support for POST/OPTIONS other methods since running a simple web server on top of WebSocket one.
I have requested in the past that virtual is added to handleNonWebsocketConnection but now realized same is needed for handleHeader,

C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)

  • Updated May 22, 2020
  • C++
andrey-zelenkov
andrey-zelenkov commented Aug 19, 2019

Case Description:

Send fragmented text message message with message payload of length 4 * 2**20 (8M). Sent out in fragments of 4M.

But 4 * 2**20 is 4M (also DATALEN used in Case 9.3.9 is 4M).

Please change case description to the (4M).

Thank you.

P.S. Also in all cases in 9 chapter probably should be fixed repeating of message word:

...text message message with message

dpick
dpick commented Dec 30, 2017

I'd like to write unit tests around my web socket message handling and I haven't been able to think of a good way to assert on the response my code sends back to the socket. It looks like in the tests for websockex you implement a fake server and connect a client to it to test things. Could you expose that server so that consumers of their library can make use of it as well?

I'm also open to ot

SAEA.Socket is a high-performance IOCP framework TCP based on dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc. SAEA.Socket是一个高性能IOCP框架的 TCP,基于dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等

  • Updated Jun 5, 2020
  • C#
randomjoho
randomjoho commented Oct 11, 2019

Describe the bug
Android receiving Chinese characters is right, but iOS is not correct.
use transports: [Transports.POLLING]

Android:
[{"msg":[{"method":"SystemNot","action":"1","ct":"直播内容包含任何低俗、暴露和涉黄内容,账号会被封禁;安全部门会24小时巡查哦~","msgtype":"4"}],"retcode":"000000","retmsg":"OK"}]

iOS:
[{"msg":[{"method":"SystemNot","action":"1","ct":"ç�´æ�­å��容å��å�«ä»»ä½�ä½�ä¿�ã��æ�´é�²å��æ¶�é

Improve this page

Add a description, image, and links to the websocket-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the websocket-client topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.