-
The EventBusClient.java appears to only handle Map data due to this line.
https://github.com/vert-x3/vertx-eventbus-bridge-clients/blob/d43e37bee66a0a1e403d32ef01bf439f01e002d1/java/src/main/java/i…
jt70 updated
7 months ago
-
in from obspy.clients.fdsn.header import URL_MAPPINGS seems to be modified globally, hence once we add extra clients to it, it is hard to retrieve back what where the original clients. We need the dis…
-
Current implementation of the relayer is restricted to send one Tx at a time per client. THis restriction is due to the nonce management and each client only use one account.
This restriction can slo…
-
While `httpc` does support TLS verification of remote server certificates, it can only do so against the client system's authorized CAs. However, it is currently not possible to provide a custom CA ce…
-
```
I oftentimes need to attach my phone to my laptop (via ad-hoc wifi) for
'inverse tethering'. I spent several hours in trying to get my laptop's
wifi card into 'softAP' mode (thus just using the …
-
Description:
I would like to request a feature that allows the end client to be notified and approve or reject routes created by the administrator. This functionality would add value, especially in…
-
### Vision statement / What / Requirements
Currently we are using both `HttpUrlConnectionClient` and `OkHttpClient` in different places in the code.
### Impact
More consistency if we only use one.…
-
```
I oftentimes need to attach my phone to my laptop (via ad-hoc wifi) for
'inverse tethering'. I spent several hours in trying to get my laptop's
wifi card into 'softAP' mode (thus just using the …
-
**Describe the bug**
If you have multiple loadcases, the results are not returned
client.Calculate(con.Identifier) returns results only for one loadcase (first one?)
**Expected behavior**
Result…
-
Currently the client sends multicast on the first interface. If the computer has multiple network cards then it would be good to be able to specify which one is used.
Here is an implementation fo…