Пример #1
0
        public override void Load(string clientId, TcpServerProperties tcpServerProperties)
        {
            var deviceStatus = _deviceProvider.IsConnected(clientId);

            this.Parser.HandlePayload().Subscribe(buffer => ParserBuffer(buffer));
        }