nio-blocks / twilio

Send text messages and make voice calls using Twilio
1 stars 1 forks source link

Clean up old voice requests #24

Open mattdodge opened 6 years ago

mattdodge commented 6 years ago

The voice block currently holds on to handlers for connections in self._messages. See this comment for some more information.

We should look into a better, more memory-efficient way to hold on to this information when it is needed and clean it up when it is not.