python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is there any way to override the send method of NESTJS ClientTCP?
What I am trying to do is to have a client sending some extra data to the server via TCP call in NESTJS, but do not want to modify all the callers of the original send() method. So, was wondering if t...

Chun Young
Votes: 0
Answers: 1
How is the reusing of TCP connection of `requests.Session` (keep-alive connection) handled by `gevent`?
We know that requests.Session keeps a single TCP connection alive for multiple HTTP requests/responses sent through it. But what happens when requests is patched by gevent.monkey?
Since we can concurr...
2474101468
Votes: 0
Answers: 0
Stumbling on a Reliable UDP implementation
I received an assignment from the College where I have to implement a reliable transfer through UDP aka. TCP Over UDP (I know, reinvent the wheel since this has already been implemented on TCP) to kno...
Enzo Matheus
Votes: 0
Answers: 1
rails db:migrate Failed to open TCP connection connection refused
I'm getting connection refused whenever I try to migrate on rails. Running rails db:migrate gives:
Failed to open TCP connection to 127.0.0.1:8126 (Connection refused - connect(2) for "127.0.0.1&...

mrateb
Votes: 0
Answers: 0