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

Properly handle ChannelAck message #81

Closed
Sean-Der opened this issue Sep 21, 2020 · 1 comment · Fixed by #122
Closed

Properly handle ChannelAck message #81

Sean-Der opened this issue Sep 21, 2020 · 1 comment · Fixed by #122

Comments

@Sean-Der
Copy link
Member

Right now we assume the channel is open right away. We actually shouldn't fire the Open event until we get a ChannelAck back.

@chrisprobst
Copy link

chrisprobst commented Sep 24, 2020

@Sean-Der Do you think this issue is also related to pion/webrtc#1063 ?

Sean-Der pushed a commit to daonb/datachannel that referenced this issue Oct 27, 2021
Add a OnChannelOpen handler. This allows us to fire OnOpen messages
correctly in pion/webrtc

Fixes pion#81
Relates to pion/webrtc#1063
Sean-Der pushed a commit to daonb/datachannel that referenced this issue Oct 27, 2021
Add a OnOpenComplete handler. This allows us to fire OnOpen messages
correctly in pion/webrtc

Fixes pion#81
Relates to pion/webrtc#1063
Sean-Der pushed a commit to daonb/datachannel that referenced this issue Oct 27, 2021
Add a OnOpenComplete handler. This allows us to fire OnOpen messages
correctly in pion/webrtc

Fixes pion#81
Relates to pion/webrtc#1063
Sean-Der pushed a commit to daonb/datachannel that referenced this issue Oct 27, 2021
Add a OnOpenComplete handler. This allows us to fire OnOpen messages
correctly in pion/webrtc

Fixes pion#81
Relates to pion/webrtc#1063
Sean-Der pushed a commit that referenced this issue Oct 27, 2021
Add a OnOpenComplete handler. This allows us to fire OnOpen messages
correctly in pion/webrtc

Fixes #81
Relates to pion/webrtc#1063
Sean-Der pushed a commit to daonb/webrtc that referenced this issue Oct 27, 2021
Using an improvment of pion/datachannel, the channel opener can now
set an event to be called when the DATA_CHANNEL_ACK message is recieved

Resolves pion#1063
Relates to pion/datachannel#81
Sean-Der pushed a commit to daonb/webrtc that referenced this issue Oct 27, 2021
Using an improvment of pion/datachannel, the channel opener can now
set an event to be called when the DATA_CHANNEL_ACK message is recieved

Resolves pion#1063
Relates to pion/datachannel#81
Sean-Der pushed a commit to daonb/webrtc that referenced this issue Oct 28, 2021
Using an improvment of pion/datachannel, the channel opener can now
set an event to be called when the DATA_CHANNEL_ACK message is recieved

Resolves pion#1063
Relates to pion/datachannel#81
Sean-Der pushed a commit to daonb/webrtc that referenced this issue Oct 28, 2021
Using an improvment of pion/datachannel, the channel opener can now
set an event to be called when the DATA_CHANNEL_ACK message is recieved

Resolves pion#1063
Relates to pion/datachannel#81
Sean-Der pushed a commit to daonb/webrtc that referenced this issue Oct 28, 2021
Using an improvment of pion/datachannel, the channel opener can now
set an event to be called when the DATA_CHANNEL_ACK message is recieved

Resolves pion#1063
Relates to pion/datachannel#81
Sean-Der pushed a commit to pion/webrtc that referenced this issue Oct 28, 2021
Using an improvment of pion/datachannel, the channel opener can now
set an event to be called when the DATA_CHANNEL_ACK message is recieved

Resolves #1063
Relates to pion/datachannel#81
daonb added a commit to daonb/webrtc that referenced this issue Nov 20, 2022
Using an improvment of pion/datachannel, the channel opener can now
set an event to be called when the DATA_CHANNEL_ACK message is recieved

Resolves pion#1063
Relates to pion/datachannel#81
daonb added a commit to daonb/webrtc that referenced this issue Nov 22, 2022
Using an improvment of pion/datachannel, the channel opener can now
set an event to be called when the DATA_CHANNEL_ACK message is recieved

Resolves pion#1063
Relates to pion/datachannel#81
daonb added a commit to daonb/webrtc that referenced this issue Jan 30, 2023
Using an improvment of pion/datachannel, the channel opener can now
set an event to be called when the DATA_CHANNEL_ACK message is recieved

Resolves pion#1063
Relates to pion/datachannel#81
ourwarmhouse added a commit to ourwarmhouse/store-backend-go that referenced this issue May 1, 2024
Using an improvment of pion/datachannel, the channel opener can now
set an event to be called when the DATA_CHANNEL_ACK message is recieved

Resolves #1063
Relates to pion/datachannel#81
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 a pull request may close this issue.

2 participants