Skip to content

Commit db19053

Browse files
make json rpc server interface disposable
1 parent bc1f0fd commit db19053

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/JsonRpc/IJsonRpcServer.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
using System;
2+
13
namespace OmniSharp.Extensions.JsonRpc
24
{
3-
public interface IJsonRpcServer : IResponseRouter
5+
public interface IJsonRpcServer : IResponseRouter, IDisposable
46
{
57

68
}

0 commit comments

Comments
 (0)