コード例 #1
0
 public static void Publish(this NatsClient nats, string subject, byte[] data)
 => nats.Publish(subject, null, data);