如何在客户端断开事件中获取signalr连接ID?我使用的是以下方法,但$ .connection.hub.id始终未定义。
$.connection.hub.disconnected(function () {
var ConnectionID = $.connection.hub.id;
alert(ConnectionID);
});
答案 0 :(得分:0)
我想你可以采用的一种方法是在reinterpret_cast
对象上创建自己的属性,该对象在建立与服务器中心的连接时存储<select ng-model="user.userType" ng-required="true" class="form-control">
<option value="pharmacist">Pharmacist</option>
<option value="chief_pharmacist">Chief Pharmacist</option>
<option value="doctor">Doctor</option>
</select>
//sample code
。
hub