-
Is there a way to fix this error without having to add an extra code to configure the server to accept handshake w/ the ocpp2.0.1.1 protocol header?
### Server log
```
% go run .
INFO[2022-02-2…
-
Basically in Javascript I can make this
```
var ws = new WebSocket('ws://localhost:8080', 'my-own-subprotocol');
```
But the configuration for the websocket only allows the following settings
| Set…
-
Hi guys,
I was trying to look into the websocket handhsake and the missing subprotocol header (Sec-WebSocket-Protocol)
to clarify the issue, here is an example of client request headers:
```
Hos…
-
The network bridge was initially designed and implemented in late 2020, before we'd fully implemented all of the necessary networking protocols for parachains.
At that time, we weren't sure whether…
-
After connecting to PostgreSQL database, I can execute select statements, but any update statement produce error:
```
Error: This ResultSet is closed.
```
My configuration:
```emacs-lisp
(use-…
-
This occurs because `SubProtocolsSet is null` even when `SubProtocols` is set to something in `WebSocketListenerOptions`. A workaround is to `Clone` the options after creating them.
-
## Summary
The ballerina graphql package provides client implementation to execute query and mutation operations by connecting to the server. But the subscription operation is not supported by the cl…
-
We are not very clear how one would differentiate different forms when there is the same HTTP endpoint but one form has `readproperty` and the other one has `observeproperty`. It is not possible to ha…
-
While attempting to connect using the `ws` client I encountered this error:
```
tinode.service.ts:45 DOMException: Failed to construct 'WebSocket': The subprotocol '[object Object]' is invalid
```
…
alxgh updated
2 years ago
-
I reckon `sniffy:jdbc` corrupts jdbc specification
> 9.4 The DriverManager Class
> The format of a JDBC URL is : jdbc::
So, we should change SniffyDriver prefix from `sniffy:jdbc:...` to `jdbc:…