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

apsim-server READ bug #8771

Open
d11638104 opened this issue Mar 20, 2024 · 2 comments
Open

apsim-server READ bug #8771

d11638104 opened this issue Mar 20, 2024 · 2 comments
Assignees
Labels

Comments

@d11638104
Copy link

What happened?

Starting server...
Listening on 0.0.0.0:27746...
Waiting for connections...
Client connected to server.
Waiting for commands...
Received RunCommand with 1 changes
Raw job took 651ms
Command ran in 1679ms
Waiting for commands...
Received ReadCommand with 1 parameters
Command ran in 1821ms
Waiting for commands...

When debugging my apsim-server in Visual Studio, my arguments are -f C:/Users/fandy/Desktop/Yang/Yang/test.apsimx -v -k -n -r -a 0.0.0.0.
屏幕截图 2024-03-20 154308

I used the Apsim.Client as mentioned in the tutorial and successfully debugged it. After running, I could see the results in the debug interface. However, after reading, I am unable to obtain the results I saw. I only received a System.double, which is quite perplexing.
屏幕截图 2024-03-20 154408

What Operating System are you on?

Windows

@d11638104 d11638104 added the Bug label Mar 20, 2024
@peter-devoil
Copy link
Contributor

My apologies - I never committed changes made to the data exchange protocol. You'll see them eventually merged here. Let us know how you go.

@d11638104
Copy link
Author

My apologies - I never committed changes made to the data exchange protocol. You'll see them eventually merged here. Let us know how you go.

You are correct. I have tried numerous methods and carefully examined the source code of ApsimServer, and it has not been altered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In progress
Development

No branches or pull requests

2 participants