Fixed WP API
This commit is contained in:
parent
afd5f2d36b
commit
fd0856db30
@ -21,7 +21,7 @@ namespace Blocshop.ScoketsForCordova
|
||||
this.socketStorage = SocketStorage.CreateSocketStorage();
|
||||
}
|
||||
|
||||
public void connect(string parameters)
|
||||
public void open(string parameters)
|
||||
{
|
||||
string socketKey = JsonHelper.Deserialize<string[]>(parameters)[0];
|
||||
string host = JsonHelper.Deserialize<string[]>(parameters)[1];
|
||||
|
Loading…
Reference in New Issue
Block a user