Eric Waldheim

Results 4 issues of Eric Waldheim

If I modify net-events.tap.js to have the server do socket.destroy() rather than a socket.end(), I get a 'close' event in the client that does not get the client.write cls. Should...

bug

**Describe the bug** When the number of async tasks awaiting `acquire` reaches ThreadPoolExecutorPlus `max_workers`, this program hangs. **To Reproduce** Run the following with the sixth line of code commented out...

bug

This pull request adds an `options` argument to connection.execute as optional 3rd argument. This allows specification of `{getColumnMetaData:true}` as the options argument. I added regression tests. Existing tests pass. I...

Hello, I failed to find any work done on a node 0.11.14 port so I modified the source to compile on node 0.11.14 by using nan v1.3.0. I built and...