ConnectEverything / nats-by-example

Collection of runnable, reference examples using NATS (https://nats.io)
https://natsbyexample.com
157 stars 37 forks source link

Fix error[E0283]: type annotations needed #174

Closed mhmdkzr closed 10 months ago

mhmdkzr commented 10 months ago

.into() should be removed from subject in publish method of client.

mhmdkzr commented 10 months ago

Sorry, I thought it was a mistake in the code example, but it was due to a mismatch in versions.