1
0
Fork 0

[server] Session end

This commit is contained in:
Starbeamrainbowlabs 2017-03-29 21:35:04 +01:00
parent 62857c1004
commit c5bef6dc52
1 changed files with 1 additions and 1 deletions

View File

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