Commit fe211f7d authored by Marc Gravell's avatar Marc Gravell

more github pages fixes

parent d512f9c5
...@@ -91,7 +91,7 @@ sub.Publish("messages", "hello"); ...@@ -91,7 +91,7 @@ sub.Publish("messages", "hello");
This will (virtually instantaneously) write `"hello"` to the console of the subscribed process. As before, both channel-names and messages can be binary. This will (virtually instantaneously) write `"hello"` to the console of the subscribed process. As before, both channel-names and messages can be binary.
Please also see [Pub / Sub Message Order](/PubSubOrder) for guidance on sequential versus concurrent message processing. Please also see [Pub / Sub Message Order](PubSubOrder) for guidance on sequential versus concurrent message processing.
Accessing individual servers Accessing individual servers
--- ---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment