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

Implement receiving actions and sending response [Host] #3

Closed
praveenperera opened this issue Mar 2, 2021 · 0 comments · Fixed by #19
Closed

Implement receiving actions and sending response [Host] #3

praveenperera opened this issue Mar 2, 2021 · 0 comments · Fixed by #19
Assignees
Labels

Comments

@praveenperera
Copy link
Member

praveenperera commented Mar 2, 2021

//[PUB MOL.REQ.praveensmacbookpro.local-39536 311]
request =  {
   "action": "greeter.welcome",
   "caller": nil,
   "id": "f880a296-67cc-4c2d-857c-b015cf875dac",
   "level": 1,
   "meta": {"$repl": true},
   "params": {"name": "Praveen"},
   "parentID": nil,
   "requestID": "f880a296-67cc-4c2d-857c-b015cf875dac",
   "sender": "cli-praveensmacbookpro.local-39040",
   "stream": false,
   "timeout": 0,
   "tracing": nil,
   "ver": "4"
 }
// [PUB MOL.RES.cli-praveensmacbookpro.local-39040 160]
response =  
{
   "data": "Welcome, Praveen",
   "id": "f880a296-67cc-4c2d-857c-b015cf875dac",
   "meta": {"$repl": true},
   "sender": "praveensmacbookpro.local-39536",
   "success": true,
   "ver": "4"
 }
@praveenperera praveenperera self-assigned this Mar 2, 2021
@praveenperera praveenperera mentioned this issue Mar 2, 2021
9 tasks
@praveenperera praveenperera changed the title Implement receiving actions and sending response Implement receiving actions and sending response [Host] Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant