tejacques / callr

A SignalR Utility Library (js and csharp)
MIT License
7 stars 0 forks source link

CacheMethod.Arguments does not work. #10

Closed tejacques closed 10 years ago

tejacques commented 10 years ago

Currently CallRJRawValue.ToString() returns "{CallRJRawValue}" instead of the actual JSON.

The fix is to correctly override ToString() to return the JSON value.