mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
updated nuget
This commit is contained in:
parent
33a3e215d0
commit
eb72c2db51
18 changed files with 390 additions and 235 deletions
|
|
@ -56,6 +56,12 @@ namespace MediaBrowser.Server.Implementations.ServerManager
|
|||
/// <value>The last activity date.</value>
|
||||
public DateTime LastActivityDate { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the id.
|
||||
/// </summary>
|
||||
/// <value>The id.</value>
|
||||
public Guid Id { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="WebSocketConnection" /> class.
|
||||
/// </summary>
|
||||
|
|
@ -83,6 +89,7 @@ namespace MediaBrowser.Server.Implementations.ServerManager
|
|||
throw new ArgumentNullException("logger");
|
||||
}
|
||||
|
||||
Id = Guid.NewGuid();
|
||||
_jsonSerializer = jsonSerializer;
|
||||
_socket = socket;
|
||||
_socket.OnReceiveBytes = OnReceiveInternal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue