KradekMFC / ModelsOnline

List models currently online on MFC
0 stars 0 forks source link

mfc client call SocketError #1

Closed alphabr closed 10 years ago

alphabr commented 10 years ago

Hi, Im trying to use ModelsOnline, but this call to MFCClient SocketError dont exist :+1: mfc.SocketError += (object s, SocketErrorEventArgs e) => { socketError = e.Exception; };

Thanks

KradekMFC commented 10 years ago

Apologies, I hadn't updated my code for the .net client on GitHub. I pushed that up today; grab the new version and see if that doesn't solve your problem.

alphabr commented 10 years ago

Thanks for the fast reply.

Now its working!

Thanks a lot!

KradekMFC commented 10 years ago

You're welcome.