palaashjain

Results 3 comments of palaashjain

Hi, after building the final committed code using msys mingw64 shell according to the steps mentioned in windows build yaml file and running it, I get this error RDPGFX channel...

The issue is with, `guac_client_alloc_stream`, `stream_index = guac_pool_next_int_below(client->internal->__stream_pool, GUAC_CLIENT_MAX_STREAMS);` `client->internal->__stream_pool`, not directly `client->__stream_pool`

Also in, `void guac_client_free_stream(guac_client* client, guac_stream* stream)` `guac_pool_free_int(client->internal->__stream_pool, (freed_index - 1) / 2)`