Brian Warner

Results 62 issues of Brian Warner

I'm trying to get my head around `resolveWithPresence`, and the only description of it I could find (around line 263 in the README) says: ```js if (presenceHandler) { // presence...

The README (around line 162) says: To protect against reentrancy, the proxy internal method postpones the execution of the handler trap to a later turn, and immediately returns a promise...

In https://github.com/magic-wormhole/magic-wormhole/issues/408 I think a client received `ERROR(crowded)` (eventually, because of #19, so only after the server was rebooted and the client reconnected, and re-sent the OPEN), and then tried...

I observed a transter fail in the following way: * Alice started a transfer (intended for Carol), claimed nameplate N * it took a while for Carol to react *...

I've got a rudimentary munin plugin that takes the client-version data from #3 and attempts to make an area chart of how many clients were using which versions. My intention...

The public server records a status for each mailbox that gets used (one per transfer). Over the last few months, about 76% are classified as "happy" (meaning both sides reported...

I noticed just now that the mailbox server ran into some sort of database problem about twelve hours ago. The symptom was that my munin graphs (including the `wormhole_active` one...

We don't record IP addresses in the mailbox server (except for error cases, for which I haven't found an easy way to filter them from the exception messages), but I'd...

When looking at the server, I see lingering connections all the time. These are TCP connections that have been around for days, but are not moving any traffic. It's not...

For the same reasons as warner/magic-wormhole-mailbox-server#7, I'm thinking of running the client IP address through the MaxMind geolocation DB and recording the country code in the Usage DB. The idea...