-
I've found some information about encrypted clients....
http://necrotoolz.sourceforge.net/kairpacketguide/encryption.htm
https://code.google.com/p/majesticuo/wiki/LoginEncryption
But only for t…
-
Suppose I have a C library such as libpq or hiredis which exposes an API for async communication with their servers.
I'd like to create a python client that supports trio as the event loop but perfor…
-
### Bug reporting acknowledgment
Yes, I read it
### Professional support
Yes, I know
### Describe the bug
The NetDiscovery task causes the following error:
```
[error] [http client] inter…
-
https://github.com/aashishmann/Chat/blob/master/Server.java#L1
Can you add documentation for what really does the server do?
- Its address and port.
https://github.com/aashishmann/Chat/blob/master/S…
-
When setting a PAIR socket over TCP, I'm able to create 2 clients connecting to a single bound/passive endpoint. Following the PAIR description, I would expect that no more client are accepted since t…
-
Using msg pack for now, will possibly transition to protobuf later
-
Hi !
I was able to run the Client code without any issues (so far) on Raspberry Pico PI W but have no luck with the Server code since it seems to require fflib which in turn uses ffi package and I …
-
would like to be able to perform sync over local network with laptop
-
Hello. I am trying to create a connection like this: socket.io-client -> AWS Gateway API.
While trying to connect from socket.io client to an AWS Gateway API, connection can't be established.
It stu…
-
Let's assume below fragment of code was taken from **zmq_addon.hpp** file:
```
// Send multipart message to socket
bool send(socket_t& socket, int flags = 0)
{
flags &= ~(ZMQ_…