Ed Rose

Results 9 comments of Ed Rose

> RK3399 does a Emergency Shutdown at ~85°C.. The RK3399 (when running Linux) has two different thermal shutdown trip points. First there is a software trip point, at which the...

>Which mean Operation Temperatures[ 0 - 80 ]°C It's all in the terminology. The **Junction** temperature is the temperature of the chip itself whilst operating. The **Storage** temperature is the...

I'm not particularly active here anymore, but I can chime in to help clear things up. I think I understand the issue you're describing, let me just paraphrase it to...

> The purpose of this verification is unclear to me: I believe that on some (or maybe all) platforms, a layer 2 broadcast frame will be received by the node...

> Why not do address checking at the MAC level, that is when a node receives a message, at the MAC level if the source link-local address is its address,...

Seeing the same thing here which is making intellisense utterly unusable. Looking at some traces, it's taking typescript 9 seconds to check the variance of [`RedisClientMultiCommandType`](https://github.com/redis/node-redis/blob/6f3380ba68786a3d5a9825f9a29c2053e43d32e3/packages/client/lib/client/multi-command.ts#L73)

True, internally there is nothing wrong with the logic - it does exactly what it's told to by the reconnection strategy. However as a user of the library I need...

I don't think that code works when `.duplicate()` is used. So if duplicate clients are created for pub/sub then the reconnect strategy will also duplicate, which duplicates whatever work is...

@leibale do you know whether this was ever fixed in v5?