samuraisam / django-json-rpc

JSON-RPC Implementation for Django
MIT License
286 stars 83 forks source link

Call apply_version so the method can be called before returning None for a notification #39

Closed ericvaladas closed 11 years ago

ericvaladas commented 11 years ago

I made a mistake with my previous pull request which caused response_dict to return None upon receiving a notification before calling apply_version.

samuraisam commented 11 years ago

Nice, thanks