issues
search
bytebeamio
/
rumqtt
The MQTT ecosystem in rust
Apache License 2.0
1.65k
stars
255
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
rumqttc: Error when receiving messages larger than 10240 bytes.
#924
Meisterian
closed
22 hours ago
3
fix: pending messages should only be cleared if there is a discrepancy between what we requested regarding the session and what the server responds with
#923
amokfa
opened
3 weeks ago
1
feat: tokens for all requests
#921
de-sh
closed
6 days ago
0
Persistent retained messages
#920
mdrssv
opened
1 month ago
0
Integrating with an external Authorization solution
#919
vanthome
opened
1 month ago
0
How to achieve a reconnect delay in the client?
#918
jrmclaurin
opened
1 month ago
5
refactor: `Pending`
#917
de-sh
closed
6 days ago
1
feat: return token when request is made, resolve token when request handling completes
#916
de-sh
opened
1 month ago
4
feat: disconnect with properties
#915
kelvincesar
opened
1 month ago
0
Update dependencies for rumqttd.
#912
qwandor
opened
2 months ago
1
Update dependencies for rumqttc.
#911
qwandor
opened
2 months ago
4
Prevent Client.publish from Blocking when Client's Cap is reached
#910
tdesai2017
closed
2 months ago
1
`Eq, PartialEq` derive trait on `ClientError`
#909
IzawGithub
opened
2 months ago
0
Publish filter
#908
mdrssv
opened
2 months ago
0
docs: Update rustls docs, add crate feature docs
#907
decryphe
opened
2 months ago
0
expose recv timeout error structure from client in v5 module
#906
newcomertv
opened
2 months ago
0
Crates rumqttc v. 0.24.1
#905
newcomertv
opened
2 months ago
2
fixed doc of TlsConfiguration::Simple
#904
J-Kappes
closed
3 months ago
1
Reconnection Issues with session
#902
newcomertv
closed
3 months ago
7
fix: on `AsyncReadWrite` enforce `Sync`
#901
de-sh
opened
3 months ago
1
`rumqttc`: `impl Sync for framed::N`?
#900
de-sh
opened
3 months ago
0
feat: respond with subscriptions as body
#899
de-sh
opened
3 months ago
1
rumqttd: Return list of topic subscribed on console API
#898
de-sh
opened
3 months ago
1
ci: update for clippy box error
#897
de-sh
closed
3 months ago
1
feat: `LinkRx::recv_async`
#896
de-sh
closed
3 months ago
0
feat: export `Forward`
#895
de-sh
closed
3 months ago
1
feat: `LinkTx::unsubscribe`
#894
de-sh
closed
3 months ago
1
support mTLS?
#893
cppcoffee
closed
3 months ago
5
chore(deps): bump openssl from 0.10.64 to 0.10.66
#892
dependabot[bot]
opened
4 months ago
0
rumqttd: how to get the source ip for mqtt forward?
#891
thomas725
closed
4 months ago
3
MQTT.js connections hits timeout
#890
mdrssv
opened
4 months ago
5
WASM support
#889
kgv
opened
4 months ago
1
Unable to connect to Broker
#888
suncunxudsb
closed
4 months ago
3
rumqttc: disconnect with options
#887
xiaocq2001
opened
4 months ago
1
rumqttc: change connection options after creating client instance
#886
xiaocq2001
closed
2 weeks ago
4
refactor(rumqttc): make AsyncClient/Eventloop mockable
#885
mbodmer
closed
2 months ago
7
rumqtt: Serialization/deserialization error: Max Payload size has been exceeded
#884
kevchi9
opened
4 months ago
3
WIP: publish / subscribe / unsubscribe methods return a promise that resolves once message is sent (with respective QoS)
#883
FSMaxB
closed
1 month ago
0
rumqttc: Fix: subscribe_many cannot work as implemented, always causing EmptySubscription error.
#882
FSMaxB
closed
5 months ago
8
Add native tls WSS support.
#881
xiaocq2001
opened
5 months ago
14
Store outgoing_pub in a HashMap for more memory efficient storage of unassigned pkids
#880
ambaxter
opened
5 months ago
5
Make external_auth pub available again.
#879
silvestrpredko
closed
5 months ago
1
Graceful shutdown
#878
silvestrpredko
opened
5 months ago
11
Remove SubAck/UnsubAck/PubAck/PubRec/PubRel/PubComp reason code errors from critical state error
#877
xiaocq2001
closed
4 months ago
6
Unexpected Reconnect on MqttState errors
#875
vaavva
closed
4 months ago
4
Disable default feature for `metrics-exporter-prometheus`
#874
Dirreke
closed
5 months ago
1
rumqttc: log `Outgoing::Connect`
#873
de-sh
opened
5 months ago
1
Option to configure TCP no_delay
#872
FedorSmirnov89
closed
5 months ago
4
Option to set the `tcp-nodelay` flag used for the connection from the MQTT client to the broker
#871
FedorSmirnov89
closed
5 months ago
0
rumqttc: Enable native tls `TlsConnector` support.
#870
xiaocq2001
closed
5 months ago
9
Next