issues Search Results · repo:go-pkgz/jrpc language:Go
Filter by
3 results
(93 ms)3 results
ingo-pkgz/jrpc (press backspace or delete to remove)It should work with any mux and not depend on chi exclusively. This will minimize external dependencies and allow user
to pick any router. The infamous go-chi/chi/issues/561 proved - such a hard dependency ...
umputun
- Opened on Jan 20, 2021
- #9
Currently middleware selection is very opinionated and in some cases user may not like the provided set. Instead to
hardcoding it will be better to allow injection of any middlewares user needs.
Probably ...
umputun
- 3
- Opened on Jan 20, 2021
- #8
With following change in place I see report on leaking goroutines:
diff --git a/server_test.go b/server_test.go
index 30c07d5..851c09a 100644
--- a/server_test.go
+++ b/server_test.go
@@ -12,9 +12,11 ...
paskal
- 4
- Opened on Feb 8, 2020
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.