Merge pull request #3240 from dotnet-maestro-bot/merge/release/2.2-to-master

[automated] Merge branch 'release/2.2' => 'master'
This commit is contained in:
BrennanConroy 2018-10-31 11:12:05 -07:00 committed by GitHub
commit 867c315a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
package com.microsoft.signalr;
/**
* A callback that takes five parameter.
* A callback that takes five parameters.
*
* @param <T1> The type of the first parameter to the callback.
* @param <T2> The type of the second parameter to the callback.

View File

@ -25,6 +25,9 @@ import io.reactivex.Single;
import io.reactivex.subjects.CompletableSubject;
import io.reactivex.subjects.SingleSubject;
/**
* A connection used to invoke hub methods on a SignalR Server.
*/
public class HubConnection {
private static final String RECORD_SEPARATOR = "\u001e";
private static final List<Class<?>> emptyArray = new ArrayList<>();