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

I am getting below issue when i am communicating from .net framework app to .net 7 #47

Open
shishiraltysys opened this issue Jan 8, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@shishiraltysys
Copy link

Describe the bug

image

Steps to reproduce the bug

Passing data from .netframework to .net 7

Expected behavior

No response

Screenshots

image

NuGet package version

No response

Platform

Windows Forms

IDE

Visual Studio 2022

Additional context

No response

@shishiraltysys shishiraltysys added the bug Something isn't working label Jan 8, 2024
@shishiraltysys
Copy link
Author

@HavenDV Could you please have a look

@HavenDV
Copy link
Owner

HavenDV commented Jan 12, 2024

I'm sorry, I don't have the Windows machine in quick access right now, so this is an open problem for now

@shishiraltysys
Copy link
Author

shishiraltysys commented Jan 18, 2024

Okay, but can I know when we have this error, because this error is not constant, this is reproduce random when we try to pass data from .Net framework application to .Net 7.
.Net framework(Client) pass data to .Net 7 (Server), Server read data and give this error in Exception events

@HavenDV @zbalkan

@zbalkan
Copy link
Contributor

zbalkan commented Jan 18, 2024

Do you have any sample code for this to reproduce? Or do you want us to write two demo applications for the said dotnet versions to investigate it?

@shishiraltysys
Copy link
Author

I am facing this in my main application and I don't have any POC/Sample application, And this is not a consistence issue that occurs every time, It's occurs randomly some time and give me above error.
And It look like Client able to send message and when server try to read about that message then get 0 byte, it means the message damaged or lost in between process. Please help me.

@HavenDV @zbalkan

@shishiraltysys
Copy link
Author

And I am also wants to know is there any way to acknowledge client after server received any message or if server have any exception, so that we can use retry process to process again. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants