-
I hava two server use same redis instance, server1 and server2, client has connect to server1, how Can I send message to client from server2?
server2 code:
```
String sessionKey = uid;
R…
-
io.netty.handler.codec.DecoderException: HttpRequestDecoder.decode() did not read anything but decoded a message.
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.jav…
-
when enable ssl protocol,the server startup occured ‘Invalid keystore format’。
-
/**
* Adds the ssl handler
*
* @return
*/
protected void addSslHandler(ChannelPipeline pipeline) {
if (sslContext != null) {
SSLEngine engine = sslCo…
-
I am trying to make communication between Server (Java) and React Native App on phone
It works well with Server written in Node.js but the client keep retrying to connect to server written in Java wi…
-
Let's say I have 3 chat servers and I use redisson, now a user A use 3 devices to connect to 3 servers individually.
Now when user B send a message from server 1, how, or will it also be sent to the…
-
**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":…
-
我采用RedissonStoreFactory保存会话到redis时客户端正常连接,redis监控到有"PUBLISH" connect信息,但是为什么在redis中看不到保存的会话的key呢?
-
When I have a browser tab connected to socket.io using TLS, and I close the tab without disconnecting first, an exception is thrown and the following stacktraces are logged:
```
2016-11-03 21:26:5…
-
Hi,
Application scenario : Server is pushing messages via websocket to the client at a high rate.
Recently we encountered an issue where the client was unable to process all the event messages from …