Guest User

Untitled

a guest
Feb 16th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. this.socket$ = Websocket("ws://10.12.12.12:4040")
  2. this.socket$.retry().subscribe((success) => {
  3. console.log(success);
  4. },(error) => {
  5. console.log(error);
  6. }, (complete) => {
  7. console.log(complete);
  8. });
Add Comment
Please, Sign In to add comment