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

feat: implement RFC-7 #114

Merged
merged 23 commits into from
Oct 13, 2022
Merged

feat: implement RFC-7 #114

merged 23 commits into from
Oct 13, 2022

Conversation

menduz
Copy link
Member

@menduz menduz commented Oct 11, 2022

No description provided.

Comment on lines 156 to 157
field("bool", "client_stream", 10), // Open client stream
field("bool", "server_stream", 11), // Open server stream
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
field("bool", "client_stream", 10), // Open client stream
field("bool", "server_stream", 11), // Open server stream

src/client.ts Outdated
)
})
.catch((error) => {
debugger
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
debugger

src/codegen.ts Outdated Show resolved Hide resolved
src/message-dispatcher.ts Outdated Show resolved Hide resolved
src/push-channel.ts Outdated Show resolved Hide resolved
src/server.ts Outdated Show resolved Hide resolved
test/client-stream.spec.ts Outdated Show resolved Hide resolved
remove requireAck
add test for close transport on client streams (client and server side)
add test for bidirectional asynchronous streaming
@menduz menduz merged commit 3725aeb into main Oct 13, 2022
@menduz menduz deleted the rfc-7-wip branch October 13, 2022 13:49
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.

2 participants