1
0
Fork 0
mirror of https://github.com/sbrl/Nibriboard.git synced 2018-01-10 21:33:49 +00:00

[server] Session end

This commit is contained in:
Starbeamrainbowlabs 2017-03-29 21:35:04 +01:00
parent 62857c1004
commit c5bef6dc52

View file

@ -332,7 +332,7 @@ namespace Nibriboard.Client
// Forward the line part to everyone on this plane // Forward the line part to everyone on this plane
manager.BroadcastPlane(this, message); manager.BroadcastPlane(this, message);
throw new NotImplementedException();
return Task.CompletedTask; return Task.CompletedTask;
} }