Skip to content

issues Search Results · repo:protojure/lib language:Clojure

Filter by

40 results
 (56 ms)

40 results

inprotojure/lib (press backspace or delete to remove)

I have a pretty straightforward client setup: (defonce client @(grpc.http2/connect {:uri http://localhost:8080 })) Calling a method on this client works fine, however, after some time, I start getting ...
  • farcaller
  • 3
  • Opened 
    on Nov 19, 2024
  • #169

One gRPC service I am connecting to can take several seconds to establish a connection. It is unstable at the default timeout settings and I do not see a way to set my own timeout value beyond the idle ...
  • positron
  • Opened 
    on Jul 21, 2024
  • #166

Hello, While trying to implement nebula-certs in Clojure I encountered a bug with byte serialization. Protojure reads the data ok but during byte serialization produces wrong byte arrays - different from ...
  • ieugen
  • 2
  • Opened 
    on Mar 23, 2024
  • #164

protojure.grpc.client.api is supposed to be provider independent client API to invoke GRPC requests. However, there seems to be no way to instantiate the Provider (even if we explicitly have all the dependencies) ...
  • dvliman
  • 1
  • Opened 
    on Mar 14, 2024
  • #163

I created a repo to reproduce the problem: https://github.com/dysmento/protoproblem It started with the dependency changes in v2.8.0, and it appears to be mismatch between the classes expected by [org.eclipse.jetty.http2/http2-client ...
  • dysmento
  • Opened 
    on Feb 3, 2024
  • #161

I m experiencing the following Reflection Warning when attempting to compile a basic project using clj build tools. Reflection warning, protojure/grpc/codec/lpm.clj:184:5 - reference to field close can ...
  • tuddman
  • Opened 
    on Sep 16, 2023
  • #157

The following exception was observed after running a gRPC client under load for a few hours: class java.lang.NullPointerException: Failure while notifying listener protojure.internal.grpc.client.providers.http2.jetty$receive_listener$reify__91879@260b6194 ...
  • sundbry
  • Opened 
    on Mar 7, 2023
  • #149

Hi, when I try to use this lib I get the following error, this happens when I use the lein template too. Reflection warning, protojure/protobuf.clj:24:19 - call to static method newInstance on com.google.protobuf.CodedOutputStream ...
  • jerielverissimo
  • Opened 
    on Feb 5, 2023
  • #148

Currently only a subset of attributes is populated into the request-map of the ones which are provided by Pedestal by default. I believe it would make sense to mimic Pedestal s behaviour in this so one ...
  • janosmeszaros
  • 3
  • Opened 
    on May 31, 2022
  • #138

Currently protojure.grpc.client.providers.http2/connect requires a very specific format for :uri and does not accept some that it perhaps could. The URI s it seems to accept have scheme as well as port ...
  • reify-james-vickers
  • 2
  • Opened 
    on May 6, 2022
  • #134
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub