You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for server streaming (#27)
* Add a streaming example to the server
* implement a sreaming call in the client
* Update the inject to intercept streaming callbacks
* Method type icons for stream and unary
* Only display data that is available
* Remove dummy data used for develoment