Giorgio Salluzzo

Results 60 comments of Giorgio Salluzzo

The first problem I see is that your are spawning your server while already inside `mocket`, while on the contrary the server should bootstrap before we mock the `socket` module....

My bad, that was a rookie mistake. What I get instead is that the client gets stuck on: ``` File ".../python-mocket/mocket/mocket.py", line 375, in true_sendall recv = self.true_socket.recv(self._buflen) ```

> My guess here is that we only want `mocket` to perform custom logic for sockets that are categorized as 'client'. I don't think there is a procedural way to...

I'll try to spend a bit more time on it. No reason for closing it as invalid.

``` ... If the implementation is hard to explain, it's a bad idea. If the implementation is easy to explain, it may be a good idea. ... ``` I've just...

Hi @Niraj-Kamdar, I am not sure if I got your proposal right. Are you volunteering to add type hints to the project?

> @mindflayer Closing this issue signals that > > 1. You don't plan to add type annotations. > > 2. You aren't willing to accept contributions that add these. >...

Hi @Kilo59, are you still planning to continue with this task?