Skip to content
  • Utkarsh Ayachit's avatar
    Fixed issues with getting return value from Invoke. · 821e143a
    Utkarsh Ayachit authored
    * There was no logic to fetch the reply from server-side. Fixed that.
    * Also removed automatic response fetching. That can have performance
      implications especially since most of the times no one cares about the return
      value. Fixed by adding an explicit GetLastResult() call.
    821e143a