Vlad Lasky
Vlad Lasky
@lonvia I have sent you an email to discuss contributing money to implement this fix.
@StorytellerCZ I have merged release-2.9.1 into my ddp-resumption branch.
> Hi @vlasky, I think I will make another PR from my own branch here in the Meteor repo, so that it is easier for us to access. Yes thanks...
@sidorares any further changes needed to get this PR for "release idle connnections after timeout" over the line?
Yes I also need node-mysql2 to maintain Node.js 14 compatibility for a little while longer. I'm using it with Meteor, which still depends on Node.js 14 to support fibers. The...
I am using Meteor 1.3.3.1. I downgraded to nemo64:[email protected]_2 and the dropdown started working again.
When testing this enhancement I discovered that Linux does not provide an easy way to check the TCP socket options set on an open connection created by a running process....
> We implemented ours before anything was agreed upon. I don't see much point in supporting the spec until there's other interoperable clients, specifically other clients that support reading qr...
@teopetuk do you know how this code would behave if used with a MariaDB server? The GTID implementation in MariaDB differs from that in MySQL.
@Grubba27 @StorytellerCZ this is my quick effort achieved with the assistance of ChatGPT: Replace the current text in [Server Connections](https://docs.meteor.com/api/connections.html): ```` > Currently when a client reconnects to the server...