make client socket public
This commit is contained in:
parent
56338f2262
commit
bdfcf47aca
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import { OSCArgument, OSCType, OSCArgumentType } from './types';
|
|||
```
|
||||
*/
|
||||
export class OSCClient {
|
||||
private socket: dgram.Socket;
|
||||
public socket: dgram.Socket;
|
||||
private host: string;
|
||||
private port: number;
|
||||
constructor(host: string, port: number) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue