! may raise exceptions on invalid proc

This commit is contained in:
Frank Diebolt 2019-01-31 17:44:11 +01:00
parent 7df03ef56f
commit 9b66894dda
1 changed files with 1 additions and 1 deletions

View File

@ -173,4 +173,4 @@ calc_checksum(Data) ->
callback(undefined, IQRes, Fun) ->
Fun(IQRes);
callback(Proc, IQRes, Ctx) ->
Proc ! {iq_reply, IQRes, Ctx}.
catch Proc ! {iq_reply, IQRes, Ctx}.