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:
commit
867c315a56
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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<>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue