Caleb Hensley
Caleb Hensley
This is a great set of packages but the support for them are lacking, are there alternative repos that support persisted and cached graphQL requests, which work with apollo3-cache-persist (or...
@ericksondelacruz Have you verified your business with Stripe? I'm getting this too, but I'm wondering if it's because I haven't verified my business yet.
Have you tried updating react-native to 0.63? There is a known image display issue with RN 0.62 and iOS 14 (0.60 and 0.61 also?). Images don't show up for me...
After further digging, the response from the server was `0x93`: "Receive Maximum exceeded". The assumption is that this is related to mosquitto's 20 message default for the `max_inflight_messages` setting. Looking...
After further review, it looks like there is a bug in the Mosquitto broker. Mosquitto doesn't use the Receive Maximum setting found in the CONNACK packet sent by the broker...
After more debugging with gdb, here's what I've found: The order of operations of Mosquitto starting up and connecting a bridge causes this issue: - Mosquitto starts - Imports config...
@wanghaEMQ The default value makes sense, and in the case of the machine used, the default is 8. The concerning issue here is that messages are being dropped. For this...
@JaylinYu Our inflight window is set to the relatively low number of 2048, but since we are only sending 100 messages for each test session, that inflight window is relatively...