nats-io / nats.net

The official C# Client for NATS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fill in Publish / Request Header Gaps

scottf opened this issue · comments

Enhancement

Add more publish signatures to support headers. i.e.

public void Publish(string subject, string reply, MsgHeader header, byte[] data)