Skip to content

Commit

Permalink
fix(Autobahn): Remove dependency to Autobahn
Browse files Browse the repository at this point in the history
Deleted AutobahnConnection and SmartConnect. Need to use wslink going forward

BREAKING CHANGE: Remove Autobahn dependency and associated code
  • Loading branch information
jourdain committed Jan 31, 2018
1 parent 8bc78dd commit f743868
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 313 deletions.
36 changes: 0 additions & 36 deletions src/IO/WebSocket/AutobahnConnection/api.md

This file was deleted.

110 changes: 0 additions & 110 deletions src/IO/WebSocket/AutobahnConnection/index.js

This file was deleted.

42 changes: 0 additions & 42 deletions src/IO/WebSocket/SmartConnect/api.md

This file was deleted.

121 changes: 0 additions & 121 deletions src/IO/WebSocket/SmartConnect/index.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/IO/WebSocket/index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import AutobahnConnection from './AutobahnConnection';
import BinaryImageStream from './BinaryImageStream';
import ParaViewWebClient from './ParaViewWebClient';
import SmartConnect from './SmartConnect';
import WslinkImageStream from './WslinkImageStream';

export default {
AutobahnConnection,
BinaryImageStream,
ParaViewWebClient,
SmartConnect,
WslinkImageStream,
};

0 comments on commit f743868

Please sign in to comment.