rogeralsing / Microphone

Apache License 2.0
461 stars 71 forks source link

'Cluster' does not contain a definition for 'Bootstrap' #45

Closed MarkPieszak closed 7 years ago

MarkPieszak commented 7 years ago
using Microphone;
using Microphone.WebApi;

image

Trying to setup Microphone etc but the only method that exists on Cluster is RegisterService. Is the documentation outdated or something? Can't get anything set up at the moment.

rogeralsing commented 7 years ago

The code example have been updated: https://github.com/rogeralsing/Microphone#web-api

MarkPieszak commented 7 years ago

Thank you Roger! Much appreciated :+1: Great work by the way!