Skip to content

Commit

Permalink
Call RocLibrary.loadLibrary from Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv authored and ortex committed May 13, 2023
1 parent e3c77d0 commit 012e419
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/rocstreaming/roctoolkit/Endpoint.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
*/
public class Endpoint {

static {
RocLibrary.loadLibrary();
}

private Protocol protocol;

private String host;
Expand Down

0 comments on commit 012e419

Please sign in to comment.