Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
use the same rpc_ts library (symbol problem)
Browse files Browse the repository at this point in the history
  • Loading branch information
hchauvin committed Apr 1, 2019
1 parent e14f2c6 commit 12aef3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/server_stream/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ModuleRpcCommon } from '../../common';
import { AssertionError } from 'assert';
import { ModuleRpcContextServer } from '../../context/server';
import { ModuleRpcProtocolServer } from '../../protocol/server';
import { ModuleRpcProtocolClient } from 'rpc_ts/src/protocol/client';
import { ModuleRpcProtocolClient } from '../../protocol/client';

main().catch(
/* istanbul ignore next */
Expand Down

0 comments on commit 12aef3f

Please sign in to comment.