@@ -388,9 +388,9 @@ <h4>Declaration</h4>
388388 < li class ="item ">
389389 < div >
390390 < code >
391- < a name ="/s:8SocketIO0A7ManagerC4nspss10DictionaryVySSAA0A8IOClientCGv "> </ a >
391+ < a name ="/c:@M@SocketIO@objc(cs)SocketManager(py)nsps "> </ a >
392392 < a name ="//apple_ref/swift/Property/nsps " class ="dashAnchor "> </ a >
393- < a class ="token " href ="#/s:8SocketIO0A7ManagerC4nspss10DictionaryVySSAA0A8IOClientCGv "> nsps</ a >
393+ < a class ="token " href ="#/c:@M@SocketIO@objc(cs)SocketManager(py)nsps "> nsps</ a >
394394 </ code >
395395 </ div >
396396 < div class ="height-container ">
@@ -923,7 +923,7 @@ <h4>Parameters</h4>
923923 < section class ="section ">
924924 < div class ="pointer "> </ div >
925925 < div class ="abstract ">
926- < p > Sends a client event to all sockets in < code > < a href ="../Classes/SocketManager.html#/s:8SocketIO0A7ManagerC4nspss10DictionaryVySSAA0A8IOClientCGv "> nsps</ a > </ code > </ p >
926+ < p > Sends a client event to all sockets in < code > < a href ="../Classes/SocketManager.html#/c:@M@SocketIO@objc(cs)SocketManager(py)nsps "> nsps</ a > </ code > </ p >
927927
928928 </ div >
929929 < div class ="declaration ">
@@ -1387,6 +1387,59 @@ <h4>Declaration</h4>
13871387 </ section >
13881388 </ div >
13891389 </ li >
1390+ < li class ="item ">
1391+ < div >
1392+ < code >
1393+ < a name ="/c:@M@SocketIO@objc(cs)SocketManager(im)removeSocket: "> </ a >
1394+ < a name ="//apple_ref/swift/Method/removeSocket(_:) " class ="dashAnchor "> </ a >
1395+ < a class ="token " href ="#/c:@M@SocketIO@objc(cs)SocketManager(im)removeSocket: "> removeSocket(_:)</ a >
1396+ </ code >
1397+ </ div >
1398+ < div class ="height-container ">
1399+ < div class ="pointer-container "> </ div >
1400+ < section class ="section ">
1401+ < div class ="pointer "> </ div >
1402+ < div class ="abstract ">
1403+ < p > Removes the socket from the manager’s control. One of the disconnect methods should be called before calling this
1404+ method.</ p >
1405+
1406+ < p > After calling this method the socket should no longer be considered usable.</ p >
1407+
1408+ </ div >
1409+ < div class ="declaration ">
1410+ < h4 > Declaration</ h4 >
1411+ < div class ="language ">
1412+ < p class ="aside-title "> Swift</ p >
1413+ < pre class ="highlight "> < code > < span class ="n "> open</ span > < span class ="kd "> func</ span > < span class ="nf "> removeSocket</ span > < span class ="p "> (</ span > < span class ="n "> _</ span > < span class ="nv "> socket</ span > < span class ="p "> :</ span > < span class ="kt "> < a href ="../Classes/SocketIOClient.html "> SocketIOClient</ a > </ span > < span class ="p "> )</ span > < span class ="o "> -></ span > < span class ="kt "> < a href ="../Classes/SocketIOClient.html "> SocketIOClient</ a > </ span > < span class ="p "> ?</ span > </ code > </ pre >
1414+
1415+ </ div >
1416+ </ div >
1417+ < div >
1418+ < h4 > Parameters</ h4 >
1419+ < table class ="graybox ">
1420+ < tbody >
1421+ < tr >
1422+ < td >
1423+ < code >
1424+ < em > socket</ em >
1425+ </ code >
1426+ </ td >
1427+ < td >
1428+ < div >
1429+ < p > The socket to remove.</ p >
1430+ </ div >
1431+ </ td >
1432+ </ tr >
1433+ </ tbody >
1434+ </ table >
1435+ </ div >
1436+ < div >
1437+ < h4 > Return Value</ h4 >
1438+ < p > The socket removed, if it was owned by the manager.</ p >
1439+ </ div >
1440+ </ section >
1441+ </ div >
1442+ </ li >
13901443 < li class ="item ">
13911444 < div >
13921445 < code >
@@ -1480,7 +1533,7 @@ <h4>Return Value</h4>
14801533 </ article >
14811534 </ div >
14821535 < section class ="footer ">
1483- < p > © 2017 < a class ="link " href ="https://github.com/socketio/socket.io-client-swift " target ="_blank " rel ="external "> Erik</ a > . All rights reserved. (Last updated: 2017-11-14 )</ p >
1536+ < p > © 2017 < a class ="link " href ="https://github.com/socketio/socket.io-client-swift " target ="_blank " rel ="external "> Erik</ a > . All rights reserved. (Last updated: 2017-11-30 )</ p >
14841537 < p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external "> jazzy ♪♫ v0.9.0</ a > , a < a class ="link " href ="http://realm.io " target ="_blank " rel ="external "> Realm</ a > project.</ p >
14851538 </ section >
14861539 </ body >
0 commit comments