Austin Cheney

Results 87 comments of Austin Cheney

Docker logs using `docker logs -f --since=2m a581794de758` ``` - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.1" 400 INFO: [nginx][2024-06-23 00:36:58] 172.29.0.1 - - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.1" 400 38 "-" "Mozilla/5.0 (Windows NT 10.0;...

No. JavaScript is single threaded and runs (V8) in the same thread as Node.js thereby allowing access to the Node APIs directly to the language without anything crazy. So, there...

@Hyunhum When I open Windows Task Manager on Windows 10 after starting my Node application I see one entry for *Node.js JavaScript Runtime*. That process has no child processes associated...

It may likely be a problem with my code base. I am continuing to investigate. I can reproduce this 100% on both Debian 12 and Windows 10. I just discovered...

~~Closing issue. I am attaching an empty event handler to the error event of all sockets immediate after sockets connect and that does seem to trap the error.~~ This does...

@aduh95 I was likely not clear when I was speaking to timing. ```typescript const connection = function (tls_socket) { // where sockets are born, the connection event handler // for...

Here is the application demonstrating the issue on branch "servers": https://github.com/prettydiff/webserver/tree/servers 1. clone repo && cd 2. execute `npm install` 3. execute `npm run build` 4. execute `npm run server`...