Henry Su
Henry Su
hi there, I have one custom type like: @Message public class TwoTuple implements Serializable { /** * serialVersionUID */ private static final long serialVersionUID = -9116740696855326636L; private T1 first; private...
如题,楼主有测试过在mac下是否可以正常使用吗?
调用方式为直接添加的事件回调 SessionClosed += OnWSDisconnect; 日志输出如下: 2016-02-26 18:11:17,292 [6188] DEBUG System.Object - PushWebSocketServer_-OnWSDisconnect-WebSocketSession:10.96.16.236:4715-CloseReason:SocketError 但是客户端的socket并没有触发断开, 还可以正常发送ping和接收pong 目前使用的SuperSocket类库为 1.6.6.0 麻烦帮忙看下,谢谢。
BlurView 内部不能包含其他元素(针对android), android需要在BlurView中设置viewRef属性,代码中没有看到,请问是否有对应解决方案? 谢谢。
nacos server2.3.0 开启了鉴权后,nacos client1.1.4无法通过配置username和password通过鉴权 由于老项目不能直接升级,老项目springboot为1.5版本,如何使老的nacos client可以正常访问 nacos服务?