Skip to content
#

websocket-server

Here are 480 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

menasheh
menasheh commented Oct 10, 2017

The English in the documentation is very not good. As a beginner to golang and nano, I'm having a lot of trouble understanding it.

Eg;
While handling a message, the handler will receive two arguments, session corresponding a client and a message is the payload of this request that unmarshals by nano automatically.

While handling a message, the handler will receive two arguments, a session

facil.io
nalzok
nalzok commented Apr 5, 2019

Hi there!

I found this framework interesting and promising due to its handy API syntax. However, the documentation somewhat confuses me. Well, this is unsurprising because I'm not an expert in Web development anyway. Actually, I have received little formal education in CS, but I know the very basics of TCP thanks to [Beej's Guide to Network Programming](http://beej.us/guide/bgnet/html/single/bg

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,

clablancherie-devalto
clablancherie-devalto commented Mar 7, 2018

Hi,
I followed the installation method of the bundle on a SF 3 architecture and I do not understand the error, finally if I understand it but it is not clear.

I'm told "Did you forget a" statement for another namespace "" about a topic I just created, but I did not call this topic from a controller or whatever.

Can someone enlighten me on the subject? Because the documentation does not ment

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

Improve this page

Add a description, image, and links to the websocket-server 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-server topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.