Skip to content

Commit

Permalink
Merge pull request #1338 from gofr-dev/fix/mqtt_test
Browse files Browse the repository at this point in the history
change mqtt broker to eclipse broker
  • Loading branch information
aryanmehrotra authored Dec 24, 2024
2 parents 567a9ca + 8366686 commit bf1d70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gofr/datasource/pubsub/mqtt/mqtt.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
publicBroker = "broker.emqx.io"
publicBroker = "test.mosquitto.org"
messageBuffer = 10
)

Expand Down

0 comments on commit bf1d70a

Please sign in to comment.