Azure / Azure/DotNetty

Cant send 2 Ibytebuffers to channel.writeasnycflush(message)

Open
#519 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.3k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

So i try to call this on the server back to back for example

senpacket(buf1)
sendpacket(buf2)

when i throw a break-point in debug mode on sendpacket2 it gets sent and I receive it on the client end but without the breakpoint, I never receive the second packet at all. Client only ever reads 1 opcode to handle when there is no break-point...

any ideas on what the issue can be? I'm not sure what kind of code ot paste for reference

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.