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

Support "Buzzer" concept - server-to-client calls #90

Closed
pshirshov opened this issue Mar 3, 2018 · 2 comments
Closed

Support "Buzzer" concept - server-to-client calls #90

pshirshov opened this issue Mar 3, 2018 · 2 comments

Comments

@pshirshov
Copy link
Member

No description provided.

@pshirshov pshirshov self-assigned this Mar 3, 2018
@pshirshov pshirshov added this to the 0.6 milestone Jul 25, 2018
pshirshov added a commit that referenced this issue Aug 2, 2018
pshirshov added a commit that referenced this issue Aug 21, 2018
@pshirshov
Copy link
Member Author

Finished. The concept name is Buzzer - server "calls" client. "Event" name is line.

Buzzer definition differs from Service by keywords only.

buzzer TestBuzzer {
  line empty()
  line userRegistered(firstName: str, secondName: str)
  line hello(name: str): str
}

At the moment the code generated is exactly the same.

@pshirshov pshirshov assigned InfiniteCode and unassigned pshirshov Aug 21, 2018
@pshirshov pshirshov changed the title Support events Support "Buzzer" concept - server-to-client calls Aug 21, 2018
@InfiniteCode
Copy link
Contributor

Client side supported in TS and C#.

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

No branches or pull requests

2 participants