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

All rpcserver are not working #440

Closed
chenzhitong opened this issue Dec 23, 2020 · 4 comments
Closed

All rpcserver are not working #440

chenzhitong opened this issue Dec 23, 2020 · 4 comments

Comments

@chenzhitong
Copy link
Member

Describe the bug
All rpcserver are not working,neo-node and neo-moduels is master branch.

To Reproduce
F5 neo-node
Send RPC request in postman

Expected behavior
No crash

Screenshots
image

image

Platform:

  • OS: Windows 10 x64
  • neo-node CI00243
  • neo-modules CI00198
  • neo CI01123
@erikzhang
Copy link
Member

It seems that it's the issue in Microsoft.AspNetCore.ResponseCompression.

@superboyiii
Copy link
Member

superboyiii commented Dec 24, 2020

It seems that it's the issue in Microsoft.AspNetCore.ResponseCompression.

Seems current Microsoft.AspNetCore.ResponseCompression doesn't support .Net 5.0. The latest one is 2.2.0 and has never been updated for two years.
PS: It could be fixed by neo-project/neo#2178. Now it works well.
image
image

@chenzhitong
Copy link
Member Author

@superboyiii Microsoft.AspNetCore.ResponseCompression has an update, but it still doesn't work after the update.
image

@superboyiii
Copy link
Member

If we choose downgrade, we can apply neo-project/neo#2178. But if we'd like to upgrade to .net5.0, we should apply neo-project/neo#2179

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

No branches or pull requests

3 participants