Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c78aec8

Browse files
committed
2 parents a3c998f + eb4c8ea commit c78aec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ You can subscribe to as many topics as you like, and subsequently unsubscribe fr
351351
> Definition: `Messaging.unsubscribe(topic)`
352352
> Returns: Nothing.
353353
354-
Lastly, publishing takes the topic to publish to, and the message to publish as arguments.
354+
Lastly, publishing takes the topic to publish to, and the message to publish as arguments. The type of message can be string or bytes.
355355

356356
> Definition: `Messaging.publish(topic, message)`
357357
> Returns: Nothing.

0 commit comments

Comments
 (0)