On Tue, Feb 6, 2018 at 10:12 PM, Amarjeet Singh <amarjee...@gmail.com>
wrote:

> @Mike :-
>
> *I checked and came to know that the above error is in if else condition
> which will always come for every static virtual channel.   [ Thanks Mike
> ] *
>
> Point 1 : -
>
>   Eltima is sending and receiving data continuously ( within a second
> there are two to three calls ) which I can see on the console.log which
> means guacamole is sending and receiving data continuously.
>
> Point 2 :-
>   Other static channels ( hyprint ) are not working when I include Eltima
> static virtual channel but if I exclude Eltima other static channel works
> in Guacamole.
>
> Point 3:-
>  In other RDP client all the static virtual channel  ( Eltima and Hyprint
> ) working fine.
>
> Is Eltima blocking other Static Virtual channels because of sending and
> receiving data continuously ( two to three calls in a seconds ) ?
>
>
I can't speak to what the software running within your remote desktop might
be doing, but Guacamole does support arbitrarily-many static virtual
channels within RDP. Multiple pipe streams will be opened and handled at
the same time.

There are no errors in the GUACD ?
>
>
There are no errors in the way guacd is handling things here, with the
exception of the incorrect log level. If you suspect this might not be the
case, the first thing for you to do would be to eliminate Eltima as the
next most likely cause. I would suggest implementing two simple
proof-of-concept applications which stream over separate and
differently-named static channels within the RDP session. If this works,
then you have confirmed the problem must either be within Eltima or within
the RDP server.

- Mike

Reply via email to