Pēteris Birkants

Results 5 comments of Pēteris Birkants

Hi! I tried replicating the steps described by @hsanjuan on different hardware - Thinkpad X390 Yoga. After compiling 5.4.8 kernel with upstream nxp_nci_i2c module enabled (current Debian default config does...

Thank you for reopening this issue. I'd like to add that I'm using the defaults for any related settings for both Jicofo and JVB, which, I believe, are `sticky-failures=false`. Disabling...

A workaround for this is to append `?last_event_id=[value]` to the URL you send in `X-Accel-Redirect`. In my case, I just did this: ```php header('X-Accel-Redirect: /chat/listen/'.$channel.'?'.$_SERVER['QUERY_STRING']); ```

Nope, no crashes. I also tried the same scenario with the static nginx 1.10 + nchan 1.2.3 build available from the website, and got slightly different outcome - in this...

Just encountered the same scenario. Stack trace for the failure: ``` TypeError: Cannot read property 'finally' of undefined at server/models/raw/BaseRaw.ts:96:29 at /opt/rocketchat/programs/server/npm/node_modules/meteor/promise/node_modules/meteor-promise/fiber_pool.js:43:40 => awaited here: at Function.Promise.await (/opt/rocketchat/programs/server/npm/node_modules/meteor/promise/node_modules/meteor-promise/promise_server.js:56:12) at server/startup/migrations/v304.ts:20:3...