The new version of the jsonrpc2 package (authored by @ianthehat) has improved APIs and shutdown semantics. @bcmills has also recently worked on improving its concurrency model.
This issue tracks work to do the necessary refactoring to migrate to the new APIs.
The text was updated successfully, but these errors were encountered:
gopherbot
added
Tools
This label describes issues relating to any tools in the x/tools repository.
gopls
Issues related to the Go language server, gopls.
labels
May 10, 2022
FWIW, my stack for the concurrency model is still pending. (I was hoping to make progress on it during the Quiet Week last week, but didn't end up with enough bandwidth.)
jsonrpc2_v2 should be stable at this point, whereas the old jsonrpc2 is at least a little flaky (#55179). We should do this migration at some point in the not too distant future.
The new version of the jsonrpc2 package (authored by @ianthehat) has improved APIs and shutdown semantics. @bcmills has also recently worked on improving its concurrency model.
This issue tracks work to do the necessary refactoring to migrate to the new APIs.
The text was updated successfully, but these errors were encountered: