Possible issue with large packets #66
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-warlock#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm trying to send a pretty large packet (343000+ bytes) and it sends fine, but the client appears to receive all the packets but doesn't loop them into the frameBuffer correctly so they are not decoded.
I know this works for large packets from the browser, so this might be with how we are sending/splitting frames sent from the server using
Hazaar\Warlock\Process
.Testing is needed first.
mentioned in merge request !37
created merge request !37 to address this issue
mentioned in commit
27588503c2