aqaengineering
aqaengineering
Has there been progress on this? We've recently run into what we think is this issue. On a network that blocks all UDP traffic, Zerotier on MacOS and Linux used...
@laduke not seeing an improvement. Running version 1.14 on Debian and on the same network mentioned in our comment above - the `zerotier-one` service still shows offline. Have rebooted the...
```nc -v 204.80.128.1 443``` now returning 'Connection to 204.80.128.1 port 443 [tcp/https] succeeded!' and `zerotier-cli info` is now showing `200 info 1.14.0 TUNNELED`. Looks like the official relay is back...
Just leaving a note here about some interesting behavior we observed. It appears that the network we're on doesn't block all UDP traffic as we previously thought. However, the `zerotier-one`...
> thanks! 204.80.128.1 is actually an anycast address. there are many tcp relay instances. > > `traceroute 204.80.128.1` can give you some clues on what region you're getting routed to....
@laduke doesn't appear that zt roots are being blocked. ``` > host root.zerotier.com root.zerotier.com has address 84.17.53.155 root.zerotier.com has address 103.195.103.66 root.zerotier.com has address 104.194.8.134 root.zerotier.com has address 50.7.252.138 root.zerotier.com...
Did some more investigating, looks to be a bug in Set serialization. Given the above, assigning `b` the following, ``` { x: 1, s: new Set("y") } ``` results in...
No problem, below is an ElectroDB playground example that shows `s` of type `set` incorrectly serialized to an empty object in the resulting Dynamo expression. ``` import { Entity, Service...
Don't mention it! Let us know if there's anything we can do to help patch and/or test.
@tywalch thanks for the follow-up. The desired outcome is to have the set property serialized to an equivalent representation when it's cast to `any` - so in this case would...