EvoluxBR / greenswitch

Battle proven FreeSWITCH Event Socket Protocol client implementation with Gevent
Other
126 stars 50 forks source link

Created the 'handle' decorator for the InboundESL class. #43

Closed Otoru closed 3 years ago

Otoru commented 5 years ago

Creating a decorator in the InboundESL class. It by itself does not implement any functionality that the code no longer has, but allows you to create a more friendlier code. In that same PR I have already added an example of how to use it.