-
only takes the last assembly(commands3)
-
As discussed [here](https://github.com/stratum-mining/stratum/discussions/895#discussioncomment-9314350), for historical reasons, the FFIs were started with the intention to be imported into Bitcoin C…
-
This is more a feature request, but subprotocols like `permessage-deflate` can be really useful to have. What kind of work would need to be done to allow people to create their own subprotocol plugins…
-
_From @amiller on May 26, 2017 4:46_
Need tests for individual subprotocols, like reliable broadcast, binary agreement, etc.
_Copied from original issue: amiller/HoneyBadgerBFT#10_
-
Need tests for individual subprotocols, like reliable broadcast, binary agreement, etc.
-
Current spec is vague when it comes to what a subprotocol can do. What needs to be specified:
- subprotocol is used together with the URI scheme, so longpoll+HTTP means something specific.
- subprot…
-
Example javascript code
```
new WebSocket("ws://localhost:5280/ws-xmpp", ["xmpp"])
```
-
### Is your feature request related to a problem? Please describe.
Current message format / subprotocol is not a standard one and used at many places
### Describe the solution you'd like
Having s…
-
The client does not send the WebSocket subprotocol being spoken (`wamp.2.json`). Crossbar.io will bail out with `failing WebSocket opening handshake ('This server only speaks WebSocket subprotocols wa…
-
Cool tool! It would be nice to have subprotocol negotiation baked-in via a `-s "mysubprotocol"` flag.
This works for the 1st leg of the handshake, but seems to fail to respond to the server's reply:…