Hacker News new | ask | show | jobs
by psadri 474 days ago
Dynamic languages like python should allow you to monkey patch calls so that instead of opening a regular socket, you are interacting with a wrapper that reopens the connection if it is lost. Could something like this work?