Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websocket: included modelName in getNext response, critical requirement for multimodel implementation through websocket #237

Merged

Conversation

sammacorpy
Copy link
Contributor

added modelName in response object of Websocket getNext command

it is a critical requirement for multi-model implementation through WebSocket where we need model Name also to call the required function inside the Model's class

…nt for multimodel implementation through websocket
@codecov-commenter
Copy link

Codecov Report

Merging #237 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master     #237   +/-   ##
=========================================
  Coverage     76.13%   76.13%           
  Complexity     1216     1216           
=========================================
  Files           129      129           
  Lines          4462     4463    +1     
  Branches        677      677           
=========================================
+ Hits           3397     3398    +1     
  Misses          828      828           
  Partials        237      237           

@KristianKarl KristianKarl merged commit 55b6c80 into GraphWalker:master May 26, 2020
@KristianKarl
Copy link
Contributor

Looks good to me.
Thanks for your PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants