-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi,
I'm learning NetMQ & Rx, and this is a perfect project for me, thanks!
When I do the first copy & paste, found that
var publisher = new PublisherNetMQ<int>("tcp://127.0.0.1:56001");
var subscriber = new SubscriberNetMQ<int>("tcp://127.0.0.1:56001");could not be compiler, turns out it should be PublisherNetMq<int> and SubscriberNetMq<int>,
and I found in the source there are some types end with 'NetMQ', and others 'NetMq'.
Will it be ok to keep in same convention ?
Metadata
Metadata
Assignees
Labels
No labels